Html Css Color HEX #C2CFB6 Pumice

📋 copy color: '#C2CFB6'

red 194 ◦ green 207 ◦ blue 182

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

Shades of Pumice #C2CFB6

Tints of Pumice #C2CFB6

RGB

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

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

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

R = 33.28%
G = 35.51%
B = 31.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#C2CFB6 (or 0xC2CFB6) is known color: Pumice. HEX triplet: C2, CF and B6. RGB value is (194,207,182). Sum of RGB (Red+Green+Blue) = 194+207+182=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFB6 is #3D3049. Grayscale: #C8C8C8. Windows color (decimal): -4010058 or 11980738. OLE color: 11980738.

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

Color convert

RGB 194 207 182 -
CMYK 0.06 0 0.12 0.19
HSL 91.2º 0.21% 0.76% -
HSV(B) 91.2º 0.12% 0.81% -
XYZ 53 59.47 52.94 -
YUV 200.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 194 207 182 0.06 0 0.12 0.19 91.2 0.21 0.76
Hex C2 CF B6 6 0 C 13 5B 15 4C
Octal 302 317 266 6 0 14 23 133 25 114
Binary 11000010 11001111 10110110 110 0 1100 10011 1011011 10101 1001100

Color Harmonies of #C2CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFB6

Black with #C2CFB6

Text Example


Text Example

White with #C2CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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