Html Css Color HEX #C2CBB4 Pale Leaf

📋 copy color: '#C2CBB4'

red 194 ◦ green 203 ◦ blue 180

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

Shades of Pale Leaf #C2CBB4

Tints of Pale Leaf #C2CBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.2%

R = 33.62%
G = 35.18%
B = 31.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#C2CBB4 (or 0xC2CBB4) is known color: Pale Leaf. HEX triplet: C2, CB and B4. RGB value is (194,203,180). Sum of RGB (Red+Green+Blue) = 194+203+180=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBB4 is #3D344B. Grayscale: #C5C5C5. Windows color (decimal): -4011084 or 11848642. OLE color: 11848642.

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

Color convert

RGB 194 203 180 -
CMYK 0.04 0 0.11 0.20
HSL 83.48º 0.18% 0.75% -
HSV(B) 83.48º 0.11% 0.8% -
XYZ 51.84 57.48 51.54 -
YUV 197.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 194 203 180 0.04 0 0.11 0.20 83.48 0.18 0.75
Hex C2 CB B4 4 0 B 14 53 12 4B
Octal 302 313 264 4 0 13 24 123 22 113
Binary 11000010 11001011 10110100 100 0 1011 10100 1010011 10010 1001011

Color Harmonies of #C2CBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBB4

Black with #C2CBB4

Text Example


Text Example

White with #C2CBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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