Html Css Color HEX #C6D2B9 Pumice

📋 copy color: '#C6D2B9'

red 198 ◦ green 210 ◦ blue 185

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

Shades of Pumice #C6D2B9

Tints of Pumice #C6D2B9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 185 (72.66% from 255) = 31.2%

R = 33.39%
G = 35.41%
B = 31.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#C6D2B9 (or 0xC6D2B9) is known color: Pumice. HEX triplet: C6, D2 and B9. RGB value is (198,210,185). Sum of RGB (Red+Green+Blue) = 198+210+185=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2B9 is #392D46. Grayscale: #CBCBCB. Windows color (decimal): -3747143 or 12178118. OLE color: 12178118.

HSL color Cylindrical-coordinate representation of color #C6D2B9: hue angle of 88.8º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D2B9 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 210 185 -
CMYK 0.06 0 0.12 0.18
HSL 88.8º 0.22% 0.77% -
HSV(B) 88.8º 0.12% 0.82% -
XYZ 55.09 61.6 54.89 -
YUV 203.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 198 210 185 0.06 0 0.12 0.18 88.8 0.22 0.77
Hex C6 D2 B9 6 0 C 12 59 16 4D
Octal 306 322 271 6 0 14 22 131 26 115
Binary 11000110 11010010 10111001 110 0 1100 10010 1011001 10110 1001101

Color Harmonies of #C6D2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D2B9

Black with #C6D2B9

Text Example


Text Example

White with #C6D2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D2B9; }

 p { color: rgb(198,210,185); }

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

background-color css

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

 a { background-color: rgb(198,210,185); }

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

border-color css

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

 span { border-color: rgb(198,210,185); }

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