Html Css Color HEX #C0CBB7 Pumice

📋 copy color: '#C0CBB7'

red 192 ◦ green 203 ◦ blue 183

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

Shades of Pumice #C0CBB7

Tints of Pumice #C0CBB7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.12%

 BLUE value IS 183 (71.88% from 255) = 31.66%

R = 33.22%
G = 35.12%
B = 31.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#C0CBB7 (or 0xC0CBB7) is known color: Pumice. HEX triplet: C0, CB and B7. RGB value is (192,203,183). Sum of RGB (Red+Green+Blue) = 192+203+183=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBB7 is #3F3448. Grayscale: #C5C5C5. Windows color (decimal): -4142153 or 12045248. OLE color: 12045248.

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

Color convert

RGB 192 203 183 -
CMYK 0.05 0 0.10 0.20
HSL 93º 0.16% 0.76% -
HSV(B) 93º 0.1% 0.8% -
XYZ 51.64 57.34 53.15 -
YUV 197.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 192 203 183 0.05 0 0.10 0.20 93 0.16 0.76
Hex C0 CB B7 5 0 A 14 5D 10 4C
Octal 300 313 267 5 0 12 24 135 20 114
Binary 11000000 11001011 10110111 101 0 1010 10100 1011101 10000 1001100

Color Harmonies of #C0CBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBB7

Black with #C0CBB7

Text Example


Text Example

White with #C0CBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBB7; }

 p { color: rgb(192,203,183); }

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

background-color css

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

 a { background-color: rgb(192,203,183); }

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

border-color css

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

 span { border-color: rgb(192,203,183); }

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