Html Css Color HEX #C2CBA7 Pale Leaf

📋 copy color: '#C2CBA7'

red 194 ◦ green 203 ◦ blue 167

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

Shades of Pale Leaf #C2CBA7

Tints of Pale Leaf #C2CBA7

RGB

 RED value IS 194 (76.17% from 255) = 34.4%

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

 BLUE value IS 167 (65.63% from 255) = 29.61%

R = 34.4%
G = 35.99%
B = 29.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#C2CBA7 (or 0xC2CBA7) is known color: Pale Leaf. HEX triplet: C2, CB and A7. RGB value is (194,203,167). Sum of RGB (Red+Green+Blue) = 194+203+167=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBA7 is #3D3458. Grayscale: #C4C4C4. Windows color (decimal): -4011097 or 10996674. OLE color: 10996674.

HSL color Cylindrical-coordinate representation of color #C2CBA7: hue angle of 75º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CBA7 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 167 -
CMYK 0.04 0 0.18 0.20
HSL 75º 0.26% 0.73% -
HSV(B) 75º 0.18% 0.8% -
XYZ 50.58 56.97 44.89 -
YUV 196.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 194 203 167 0.04 0 0.18 0.20 75 0.26 0.73
Hex C2 CB A7 4 0 12 14 4B 1A 49
Octal 302 313 247 4 0 22 24 113 32 111
Binary 11000010 11001011 10100111 100 0 10010 10100 1001011 11010 1001001

Color Harmonies of #C2CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBA7

Black with #C2CBA7

Text Example


Text Example

White with #C2CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBA7; }

 p { color: rgb(194,203,167); }

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

background-color css

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

 a { background-color: rgb(194,203,167); }

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

border-color css

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

 span { border-color: rgb(194,203,167); }

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