Html Css Color HEX #C8C5AF Kangaroo

📋 copy color: '#C8C5AF'

red 200 ◦ green 197 ◦ blue 175

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

Shades of Kangaroo #C8C5AF

Tints of Kangaroo #C8C5AF

RGB

 RED value IS 200 (78.52% from 255) = 34.97%

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 34.97%
G = 34.44%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C8C5AF (or 0xC8C5AF) is known color: Kangaroo. HEX triplet: C8, C5 and AF. RGB value is (200,197,175). Sum of RGB (Red+Green+Blue) = 200+197+175=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AF is #373A50. Grayscale: #C3C3C3. Windows color (decimal): -3619409 or 11519432. OLE color: 11519432.

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

Color convert

RGB 200 197 175 -
CMYK 0 0.02 0.12 0.22
HSL 52.8º 0.19% 0.74% -
HSV(B) 52.8º 0.13% 0.78% -
XYZ 51.52 55.31 48.52 -
YUV 195.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 200 197 175 0 0.02 0.12 0.22 52.8 0.19 0.74
Hex C8 C5 AF 0 2 C 16 35 13 4A
Octal 310 305 257 0 2 14 26 65 23 112
Binary 11001000 11000101 10101111 0 10 1100 10110 110101 10011 1001010

Color Harmonies of #C8C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5AF

Black with #C8C5AF

Text Example


Text Example

White with #C8C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5AF; }

 p { color: rgb(200,197,175); }

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

background-color css

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

 a { background-color: rgb(200,197,175); }

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

border-color css

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

 span { border-color: rgb(200,197,175); }

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