Html Css Color HEX #C0CAB9 Pumice

📋 copy color: '#C0CAB9'

red 192 ◦ green 202 ◦ blue 185

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

Shades of Pumice #C0CAB9

Tints of Pumice #C0CAB9

RGB

 RED value IS 192 (75.39% from 255) = 33.16%

 GREEN value IS 202 (79.3% from 255) = 34.89%

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

R = 33.16%
G = 34.89%
B = 31.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C0CAB9 (or 0xC0CAB9) is known color: Pumice. HEX triplet: C0, CA and B9. RGB value is (192,202,185). Sum of RGB (Red+Green+Blue) = 192+202+185=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAB9 is #3F3546. Grayscale: #C5C5C5. Windows color (decimal): -4142407 or 12176064. OLE color: 12176064.

HSL color Cylindrical-coordinate representation of color #C0CAB9: hue angle of 95.29º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CAB9 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 185 -
CMYK 0.05 0 0.08 0.21
HSL 95.29º 0.14% 0.76% -
HSV(B) 95.29º 0.08% 0.79% -
XYZ 51.62 56.95 54.17 -
YUV 197.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 192 202 185 0.05 0 0.08 0.21 95.29 0.14 0.76
Hex C0 CA B9 5 0 8 15 5F E 4C
Octal 300 312 271 5 0 10 25 137 16 114
Binary 11000000 11001010 10111001 101 0 1000 10101 1011111 1110 1001100

Color Harmonies of #C0CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAB9

Black with #C0CAB9

Text Example


Text Example

White with #C0CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAB9; }

 p { color: rgb(192,202,185); }

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

background-color css

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

 a { background-color: rgb(192,202,185); }

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

border-color css

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

 span { border-color: rgb(192,202,185); }

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