Html Css Color HEX #C0CAB2 Pale Leaf

📋 copy color: '#C0CAB2'

red 192 ◦ green 202 ◦ blue 178

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

Shades of Pale Leaf #C0CAB2

Tints of Pale Leaf #C0CAB2

RGB

 RED value IS 192 (75.39% from 255) = 33.57%

 GREEN value IS 202 (79.3% from 255) = 35.31%

 BLUE value IS 178 (69.92% from 255) = 31.12%

R = 33.57%
G = 35.31%
B = 31.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C0CAB2 (or 0xC0CAB2) is known color: Pale Leaf. HEX triplet: C0, CA and B2. RGB value is (192,202,178). Sum of RGB (Red+Green+Blue) = 192+202+178=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAB2 is #3F354D. Grayscale: #C4C4C4. Windows color (decimal): -4142414 or 11717312. OLE color: 11717312.

HSL color Cylindrical-coordinate representation of color #C0CAB2: hue angle of 85º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CAB2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 178 -
CMYK 0.05 0 0.12 0.21
HSL 85º 0.18% 0.75% -
HSV(B) 85º 0.12% 0.79% -
XYZ 50.89 56.66 50.37 -
YUV 196.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 192 202 178 0.05 0 0.12 0.21 85 0.18 0.75
Hex C0 CA B2 5 0 C 15 55 12 4B
Octal 300 312 262 5 0 14 25 125 22 113
Binary 11000000 11001010 10110010 101 0 1100 10101 1010101 10010 1001011

Color Harmonies of #C0CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAB2

Black with #C0CAB2

Text Example


Text Example

White with #C0CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAB2; }

 p { color: rgb(192,202,178); }

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

background-color css

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

 a { background-color: rgb(192,202,178); }

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

border-color css

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

 span { border-color: rgb(192,202,178); }

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