Html Css Color HEX #C7C2A5 Kangaroo

📋 copy color: '#C7C2A5'

red 199 ◦ green 194 ◦ blue 165

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

Shades of Kangaroo #C7C2A5

Tints of Kangaroo #C7C2A5

RGB

 RED value IS 199 (78.13% from 255) = 35.66%

 GREEN value IS 194 (76.17% from 255) = 34.77%

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

R = 35.66%
G = 34.77%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C7C2A5 (or 0xC7C2A5) is known color: Kangaroo. HEX triplet: C7, C2 and A5. RGB value is (199,194,165). Sum of RGB (Red+Green+Blue) = 199+194+165=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C2A5 is #383D5A. Grayscale: #C0C0C0. Windows color (decimal): -3685723 or 10863303. OLE color: 10863303.

HSL color Cylindrical-coordinate representation of color #C7C2A5: hue angle of 51.18º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7C2A5 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 194 165 -
CMYK 0 0.03 0.17 0.22
HSL 51.18º 0.23% 0.71% -
HSV(B) 51.18º 0.17% 0.78% -
XYZ 49.64 53.44 43.3 -
YUV 192.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 199 194 165 0 0.03 0.17 0.22 51.18 0.23 0.71
Hex C7 C2 A5 0 3 11 16 33 17 47
Octal 307 302 245 0 3 21 26 63 27 107
Binary 11000111 11000010 10100101 0 11 10001 10110 110011 10111 1000111

Color Harmonies of #C7C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C2A5

Black with #C7C2A5

Text Example


Text Example

White with #C7C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C2A5; }

 p { color: rgb(199,194,165); }

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

background-color css

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

 a { background-color: rgb(199,194,165); }

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

border-color css

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

 span { border-color: rgb(199,194,165); }

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