Html Css Color HEX #C2CBB2 Pale Leaf

📋 copy color: '#C2CBB2'

red 194 ◦ green 203 ◦ blue 178

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

Shades of Pale Leaf #C2CBB2

Tints of Pale Leaf #C2CBB2

RGB

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

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

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

R = 33.74%
G = 35.3%
B = 30.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C2CBB2 (or 0xC2CBB2) is known color: Pale Leaf. HEX triplet: C2, CB and B2. RGB value is (194,203,178). Sum of RGB (Red+Green+Blue) = 194+203+178=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBB2 is #3D344D. Grayscale: #C5C5C5. Windows color (decimal): -4011086 or 11717570. OLE color: 11717570.

HSL color Cylindrical-coordinate representation of color #C2CBB2: hue angle of 81.6º 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 #C2CBB2 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 178 -
CMYK 0.04 0 0.12 0.20
HSL 81.6º 0.19% 0.75% -
HSV(B) 81.6º 0.12% 0.8% -
XYZ 51.64 57.4 50.48 -
YUV 197.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 194 203 178 0.04 0 0.12 0.20 81.6 0.19 0.75
Hex C2 CB B2 4 0 C 14 52 13 4B
Octal 302 313 262 4 0 14 24 122 23 113
Binary 11000010 11001011 10110010 100 0 1100 10100 1010010 10011 1001011

Color Harmonies of #C2CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBB2

Black with #C2CBB2

Text Example


Text Example

White with #C2CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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