Html Css Color HEX #C7C7B4 Kangaroo

📋 copy color: '#C7C7B4'

red 199 ◦ green 199 ◦ blue 180

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

Shades of Kangaroo #C7C7B4

Tints of Kangaroo #C7C7B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.14%

R = 34.43%
G = 34.43%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C7C7B4 (or 0xC7C7B4) is known color: Kangaroo. HEX triplet: C7, C7 and B4. RGB value is (199,199,180). Sum of RGB (Red+Green+Blue) = 199+199+180=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7B4 is #38384B. Grayscale: #C4C4C4. Windows color (decimal): -3684428 or 11847623. OLE color: 11847623.

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

Color convert

RGB 199 199 180 -
CMYK 0 0 0.10 0.22
HSL 60º 0.15% 0.74% -
HSV(B) 60º 0.1% 0.78% -
XYZ 52.21 56.28 51.29 -
YUV 196.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 199 199 180 0 0 0.10 0.22 60 0.15 0.74
Hex C7 C7 B4 0 0 A 16 3C F 4A
Octal 307 307 264 0 0 12 26 74 17 112
Binary 11000111 11000111 10110100 0 0 1010 10110 111100 1111 1001010

Color Harmonies of #C7C7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C7B4

Black with #C7C7B4

Text Example


Text Example

White with #C7C7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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