Html Css Color HEX #C3CCB2 Pale Leaf

📋 copy color: '#C3CCB2'

red 195 ◦ green 204 ◦ blue 178

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

Shades of Pale Leaf #C3CCB2

Tints of Pale Leaf #C3CCB2

RGB

 RED value IS 195 (76.56% from 255) = 33.8%

 GREEN value IS 204 (80.08% from 255) = 35.36%

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

R = 33.8%
G = 35.36%
B = 30.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#C3CCB2 (or 0xC3CCB2) is known color: Pale Leaf. HEX triplet: C3, CC and B2. RGB value is (195,204,178). Sum of RGB (Red+Green+Blue) = 195+204+178=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CCB2 is #3C334D. Grayscale: #C6C6C6. Windows color (decimal): -3945294 or 11717827. OLE color: 11717827.

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

Color convert

RGB 195 204 178 -
CMYK 0.04 0 0.13 0.2
HSL 80.77º 0.2% 0.75% -
HSV(B) 80.77º 0.13% 0.8% -
XYZ 52.13 58 50.57 -
YUV 198.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 195 204 178 0.04 0 0.13 0.2 80.77 0.2 0.75
Hex C3 CC B2 4 0 D 14 51 14 4B
Octal 303 314 262 4 0 15 24 121 24 113
Binary 11000011 11001100 10110010 100 0 1101 10100 1010001 10100 1001011

Color Harmonies of #C3CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCB2

Black with #C3CCB2

Text Example


Text Example

White with #C3CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCB2; }

 p { color: rgb(195,204,178); }

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

background-color css

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

 a { background-color: rgb(195,204,178); }

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

border-color css

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

 span { border-color: rgb(195,204,178); }

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