Html Css Color HEX #C3C1A5 Kangaroo

📋 copy color: '#C3C1A5'

red 195 ◦ green 193 ◦ blue 165

#C3C1A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kangaroo #C3C1A5

Tints of Kangaroo #C3C1A5

RGB

 RED value IS 195 (76.56% from 255) = 35.26%

 GREEN value IS 193 (75.78% from 255) = 34.9%

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 35.26%
G = 34.9%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3C1A5 (or 0xC3C1A5) is known color: Kangaroo. HEX triplet: C3, C1 and A5. RGB value is (195,193,165). Sum of RGB (Red+Green+Blue) = 195+193+165=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C1A5 is #3C3E5A. Grayscale: #BEBEBE. Windows color (decimal): -3948123 or 10863043. OLE color: 10863043.

HSL color Cylindrical-coordinate representation of color #C3C1A5: hue angle of 56º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3C1A5 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 165 -
CMYK 0 0.01 0.15 0.24
HSL 56º 0.2% 0.71% -
HSV(B) 56º 0.15% 0.76% -
XYZ 48.37 52.46 43.17 -
YUV 190.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 195 193 165 0 0.01 0.15 0.24 56 0.2 0.71
Hex C3 C1 A5 0 1 F 18 38 14 47
Octal 303 301 245 0 1 17 30 70 24 107
Binary 11000011 11000001 10100101 0 1 1111 11000 111000 10100 1000111

Color Harmonies of #C3C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C1A5

Black with #C3C1A5

Text Example


Text Example

White with #C3C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C1A5; }

 p { color: rgb(195,193,165); }

 H1.HeaderClassName
 {
   color: #C3C1A5;
 }
 .AnyTagClassName
 {
   color: #C3C1A5;
 }
</style>

background-color css

<style>
 a { background-color: #C3C1A5; }

 a { background-color: rgb(195,193,165); }

 div.DivClassName
 {
   background-color: #C3C1A5;
 }
 .BgClassName
 {
   background-color: #C3C1A5;
 }
</style>

border-color css

<style>
 span { border-color: #C3C1A5; }

 span { border-color: rgb(195,193,165); }

 td.TdClassName
 {
   border-color: #C3C1A5;
 }
 .TagClassName
 {
   border-color: #C3C1A5;
 }
</style>