Html Css Color HEX #C7C7AA Kangaroo

📋 copy color: '#C7C7AA'

red 199 ◦ green 199 ◦ blue 170

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

Shades of Kangaroo #C7C7AA

Tints of Kangaroo #C7C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.04%

 BLUE value IS 170 (66.8% from 255) = 29.93%

R = 35.04%
G = 35.04%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C7C7AA (or 0xC7C7AA) is known color: Kangaroo. HEX triplet: C7, C7 and AA. RGB value is (199,199,170). Sum of RGB (Red+Green+Blue) = 199+199+170=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C7AA is #383855. Grayscale: #C3C3C3. Windows color (decimal): -3684438 or 11192263. OLE color: 11192263.

HSL color Cylindrical-coordinate representation of color #C7C7AA: hue angle of 60º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7C7AA is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 199 170 -
CMYK 0 0 0.15 0.22
HSL 60º 0.21% 0.72% -
HSV(B) 60º 0.15% 0.78% -
XYZ 51.23 55.89 46.12 -
YUV 195.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 199 199 170 0 0 0.15 0.22 60 0.21 0.72
Hex C7 C7 AA 0 0 F 16 3C 15 48
Octal 307 307 252 0 0 17 26 74 25 110
Binary 11000111 11000111 10101010 0 0 1111 10110 111100 10101 1001000

Color Harmonies of #C7C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C7AA

Black with #C7C7AA

Text Example


Text Example

White with #C7C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C7AA; }

 p { color: rgb(199,199,170); }

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

background-color css

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

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

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

border-color css

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

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

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