Html Css Color HEX #C3CFB2 Pale Leaf

📋 copy color: '#C3CFB2'

red 195 ◦ green 207 ◦ blue 178

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

Shades of Pale Leaf #C3CFB2

Tints of Pale Leaf #C3CFB2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.69%

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

R = 33.62%
G = 35.69%
B = 30.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C3CFB2 (or 0xC3CFB2) is known color: Pale Leaf. HEX triplet: C3, CF and B2. RGB value is (195,207,178). Sum of RGB (Red+Green+Blue) = 195+207+178=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CFB2 is #3C304D. Grayscale: #C8C8C8. Windows color (decimal): -3944526 or 11718595. OLE color: 11718595.

HSL color Cylindrical-coordinate representation of color #C3CFB2: hue angle of 84.83º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3CFB2 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 178 -
CMYK 0.06 0 0.14 0.19
HSL 84.83º 0.23% 0.75% -
HSV(B) 84.83º 0.14% 0.81% -
XYZ 52.85 59.44 50.81 -
YUV 200.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 195 207 178 0.06 0 0.14 0.19 84.83 0.23 0.75
Hex C3 CF B2 6 0 E 13 55 17 4B
Octal 303 317 262 6 0 16 23 125 27 113
Binary 11000011 11001111 10110010 110 0 1110 10011 1010101 10111 1001011

Color Harmonies of #C3CFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFB2

Black with #C3CFB2

Text Example


Text Example

White with #C3CFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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