Html Css Color HEX #C0CBAF Pale Leaf

📋 copy color: '#C0CBAF'

red 192 ◦ green 203 ◦ blue 175

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

Shades of Pale Leaf #C0CBAF

Tints of Pale Leaf #C0CBAF

RGB

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

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

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

R = 33.68%
G = 35.61%
B = 30.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#C0CBAF (or 0xC0CBAF) is known color: Pale Leaf. HEX triplet: C0, CB and AF. RGB value is (192,203,175). Sum of RGB (Red+Green+Blue) = 192+203+175=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAF is #3F3450. Grayscale: #C4C4C4. Windows color (decimal): -4142161 or 11520960. OLE color: 11520960.

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

Color convert

RGB 192 203 175 -
CMYK 0.05 0 0.14 0.20
HSL 83.57º 0.21% 0.74% -
HSV(B) 83.57º 0.14% 0.8% -
XYZ 50.83 57.01 48.88 -
YUV 196.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 192 203 175 0.05 0 0.14 0.20 83.57 0.21 0.74
Hex C0 CB AF 5 0 E 14 54 15 4A
Octal 300 313 257 5 0 16 24 124 25 112
Binary 11000000 11001011 10101111 101 0 1110 10100 1010100 10101 1001010

Color Harmonies of #C0CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBAF

Black with #C0CBAF

Text Example


Text Example

White with #C0CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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