Html Css Color HEX #C0CBB2 Pale Leaf

📋 copy color: '#C0CBB2'

red 192 ◦ green 203 ◦ blue 178

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

Shades of Pale Leaf #C0CBB2

Tints of Pale Leaf #C0CBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.43%

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

R = 33.51%
G = 35.43%
B = 31.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C0CBB2 (or 0xC0CBB2) is known color: Pale Leaf. HEX triplet: C0, CB and B2. RGB value is (192,203,178). Sum of RGB (Red+Green+Blue) = 192+203+178=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBB2 is #3F344D. Grayscale: #C4C4C4. Windows color (decimal): -4142158 or 11717568. OLE color: 11717568.

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

Color convert

RGB 192 203 178 -
CMYK 0.05 0 0.12 0.20
HSL 86.4º 0.19% 0.75% -
HSV(B) 86.4º 0.12% 0.8% -
XYZ 51.13 57.13 50.45 -
YUV 196.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 192 203 178 0.05 0 0.12 0.20 86.4 0.19 0.75
Hex C0 CB B2 5 0 C 14 56 13 4B
Octal 300 313 262 5 0 14 24 126 23 113
Binary 11000000 11001011 10110010 101 0 1100 10100 1010110 10011 1001011

Color Harmonies of #C0CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBB2

Black with #C0CBB2

Text Example


Text Example

White with #C0CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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