Html Css Color HEX #C2D0B6 Pumice

📋 copy color: '#C2D0B6'

red 194 ◦ green 208 ◦ blue 182

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

Shades of Pumice #C2D0B6

Tints of Pumice #C2D0B6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

 BLUE value IS 182 (71.48% from 255) = 31.16%

R = 33.22%
G = 35.62%
B = 31.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#C2D0B6 (or 0xC2D0B6) is known color: Pumice. HEX triplet: C2, D0 and B6. RGB value is (194,208,182). Sum of RGB (Red+Green+Blue) = 194+208+182=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0B6 is #3D2F49. Grayscale: #C8C8C8. Windows color (decimal): -4009802 or 11980994. OLE color: 11980994.

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

Color convert

RGB 194 208 182 -
CMYK 0.07 0 0.12 0.18
HSL 92.31º 0.22% 0.76% -
HSV(B) 92.31º 0.13% 0.82% -
XYZ 53.25 59.96 53.02 -
YUV 200.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 194 208 182 0.07 0 0.12 0.18 92.31 0.22 0.76
Hex C2 D0 B6 7 0 C 12 5C 16 4C
Octal 302 320 266 7 0 14 22 134 26 114
Binary 11000010 11010000 10110110 111 0 1100 10010 1011100 10110 1001100

Color Harmonies of #C2D0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D0B6

Black with #C2D0B6

Text Example


Text Example

White with #C2D0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D0B6; }

 p { color: rgb(194,208,182); }

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

background-color css

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

 a { background-color: rgb(194,208,182); }

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

border-color css

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

 span { border-color: rgb(194,208,182); }

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