Html Css Color HEX #C1C0AD Kangaroo

📋 copy color: '#C1C0AD'

red 193 ◦ green 192 ◦ blue 173

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

Shades of Kangaroo #C1C0AD

Tints of Kangaroo #C1C0AD

RGB

 RED value IS 193 (75.78% from 255) = 34.59%

 GREEN value IS 192 (75.39% from 255) = 34.41%

 BLUE value IS 173 (67.97% from 255) = 31%

R = 34.59%
G = 34.41%
B = 31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C1C0AD (or 0xC1C0AD) is known color: Kangaroo. HEX triplet: C1, C0 and AD. RGB value is (193,192,173). Sum of RGB (Red+Green+Blue) = 193+192+173=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C0AD is #3E3F52. Grayscale: #BEBEBE. Windows color (decimal): -4079443 or 11387073. OLE color: 11387073.

HSL color Cylindrical-coordinate representation of color #C1C0AD: hue angle of 57º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1C0AD is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 173 -
CMYK 0 0.01 0.10 0.24
HSL 57º 0.14% 0.72% -
HSV(B) 57º 0.1% 0.76% -
XYZ 48.38 52.05 47.03 -
YUV 190.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 193 192 173 0 0.01 0.10 0.24 57 0.14 0.72
Hex C1 C0 AD 0 1 A 18 39 E 48
Octal 301 300 255 0 1 12 30 71 16 110
Binary 11000001 11000000 10101101 0 1 1010 11000 111001 1110 1001000

Color Harmonies of #C1C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C0AD

Black with #C1C0AD

Text Example


Text Example

White with #C1C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C0AD; }

 p { color: rgb(193,192,173); }

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

background-color css

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

 a { background-color: rgb(193,192,173); }

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

border-color css

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

 span { border-color: rgb(193,192,173); }

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