Html Css Color HEX #C6CFB3 Pale Leaf

📋 copy color: '#C6CFB3'

red 198 ◦ green 207 ◦ blue 179

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

Shades of Pale Leaf #C6CFB3

Tints of Pale Leaf #C6CFB3

RGB

 RED value IS 198 (77.73% from 255) = 33.9%

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

 BLUE value IS 179 (70.31% from 255) = 30.65%

R = 33.9%
G = 35.45%
B = 30.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C6CFB3 (or 0xC6CFB3) is known color: Pale Leaf. HEX triplet: C6, CF and B3. RGB value is (198,207,179). Sum of RGB (Red+Green+Blue) = 198+207+179=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFB3 is #39304C. Grayscale: #C9C9C9. Windows color (decimal): -3747917 or 11784134. OLE color: 11784134.

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

Color convert

RGB 198 207 179 -
CMYK 0.04 0 0.14 0.19
HSL 79.29º 0.23% 0.76% -
HSV(B) 79.29º 0.14% 0.81% -
XYZ 53.74 59.89 51.37 -
YUV 201.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 198 207 179 0.04 0 0.14 0.19 79.29 0.23 0.76
Hex C6 CF B3 4 0 E 13 4F 17 4C
Octal 306 317 263 4 0 16 23 117 27 114
Binary 11000110 11001111 10110011 100 0 1110 10011 1001111 10111 1001100

Color Harmonies of #C6CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFB3

Black with #C6CFB3

Text Example


Text Example

White with #C6CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFB3; }

 p { color: rgb(198,207,179); }

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

background-color css

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

 a { background-color: rgb(198,207,179); }

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

border-color css

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

 span { border-color: rgb(198,207,179); }

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