Html Css Color HEX #C0CAAE Pale Leaf

📋 copy color: '#C0CAAE'

red 192 ◦ green 202 ◦ blue 174

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

Shades of Pale Leaf #C0CAAE

Tints of Pale Leaf #C0CAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 33.8%
G = 35.56%
B = 30.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C0CAAE (or 0xC0CAAE) is known color: Pale Leaf. HEX triplet: C0, CA and AE. RGB value is (192,202,174). Sum of RGB (Red+Green+Blue) = 192+202+174=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAAE is #3F3551. Grayscale: #C3C3C3. Windows color (decimal): -4142418 or 11455168. OLE color: 11455168.

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

Color convert

RGB 192 202 174 -
CMYK 0.05 0 0.14 0.21
HSL 81.43º 0.21% 0.74% -
HSV(B) 81.43º 0.14% 0.79% -
XYZ 50.5 56.5 48.29 -
YUV 195.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 192 202 174 0.05 0 0.14 0.21 81.43 0.21 0.74
Hex C0 CA AE 5 0 E 15 51 15 4A
Octal 300 312 256 5 0 16 25 121 25 112
Binary 11000000 11001010 10101110 101 0 1110 10101 1010001 10101 1001010

Color Harmonies of #C0CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAAE

Black with #C0CAAE

Text Example


Text Example

White with #C0CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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