Html Css Color HEX #C2CBAD Pale Leaf

📋 copy color: '#C2CBAD'

red 194 ◦ green 203 ◦ blue 173

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

Shades of Pale Leaf #C2CBAD

Tints of Pale Leaf #C2CBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.35%

R = 34.04%
G = 35.61%
B = 30.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#C2CBAD (or 0xC2CBAD) is known color: Pale Leaf. HEX triplet: C2, CB and AD. RGB value is (194,203,173). Sum of RGB (Red+Green+Blue) = 194+203+173=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBAD is #3D3452. Grayscale: #C5C5C5. Windows color (decimal): -4011091 or 11389890. OLE color: 11389890.

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

Color convert

RGB 194 203 173 -
CMYK 0.04 0 0.15 0.20
HSL 78º 0.22% 0.74% -
HSV(B) 78º 0.15% 0.8% -
XYZ 51.15 57.2 47.88 -
YUV 196.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 194 203 173 0.04 0 0.15 0.20 78 0.22 0.74
Hex C2 CB AD 4 0 F 14 4E 16 4A
Octal 302 313 255 4 0 17 24 116 26 112
Binary 11000010 11001011 10101101 100 0 1111 10100 1001110 10110 1001010

Color Harmonies of #C2CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBAD

Black with #C2CBAD

Text Example


Text Example

White with #C2CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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