Html Css Color HEX #C1CCB9 Pumice

📋 copy color: '#C1CCB9'

red 193 ◦ green 204 ◦ blue 185

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

Shades of Pumice #C1CCB9

Tints of Pumice #C1CCB9

RGB

 RED value IS 193 (75.78% from 255) = 33.16%

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 33.16%
G = 35.05%
B = 31.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#C1CCB9 (or 0xC1CCB9) is known color: Pumice. HEX triplet: C1, CC and B9. RGB value is (193,204,185). Sum of RGB (Red+Green+Blue) = 193+204+185=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCB9 is #3E3346. Grayscale: #C6C6C6. Windows color (decimal): -4076359 or 12176577. OLE color: 12176577.

HSL color Cylindrical-coordinate representation of color #C1CCB9: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CCB9 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 204 185 -
CMYK 0.05 0 0.09 0.2
HSL 94.74º 0.16% 0.76% -
HSV(B) 94.74º 0.09% 0.8% -
XYZ 52.34 58.03 54.34 -
YUV 198.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 193 204 185 0.05 0 0.09 0.2 94.74 0.16 0.76
Hex C1 CC B9 5 0 9 14 5F 10 4C
Octal 301 314 271 5 0 11 24 137 20 114
Binary 11000001 11001100 10111001 101 0 1001 10100 1011111 10000 1001100

Color Harmonies of #C1CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CCB9

Black with #C1CCB9

Text Example


Text Example

White with #C1CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CCB9; }

 p { color: rgb(193,204,185); }

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

background-color css

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

 a { background-color: rgb(193,204,185); }

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

border-color css

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

 span { border-color: rgb(193,204,185); }

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