Html Css Color HEX #C0CFB5 Pumice

📋 copy color: '#C0CFB5'

red 192 ◦ green 207 ◦ blue 181

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

Shades of Pumice #C0CFB5

Tints of Pumice #C0CFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.21%

R = 33.1%
G = 35.69%
B = 31.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#C0CFB5 (or 0xC0CFB5) is known color: Pumice. HEX triplet: C0, CF and B5. RGB value is (192,207,181). Sum of RGB (Red+Green+Blue) = 192+207+181=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFB5 is #3F304A. Grayscale: #C7C7C7. Windows color (decimal): -4141131 or 11915200. OLE color: 11915200.

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

Color convert

RGB 192 207 181 -
CMYK 0.07 0 0.13 0.19
HSL 94.62º 0.21% 0.76% -
HSV(B) 94.62º 0.13% 0.81% -
XYZ 52.39 59.17 52.38 -
YUV 199.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 192 207 181 0.07 0 0.13 0.19 94.62 0.21 0.76
Hex C0 CF B5 7 0 D 13 5F 15 4C
Octal 300 317 265 7 0 15 23 137 25 114
Binary 11000000 11001111 10110101 111 0 1101 10011 1011111 10101 1001100

Color Harmonies of #C0CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFB5

Black with #C0CFB5

Text Example


Text Example

White with #C0CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFB5; }

 p { color: rgb(192,207,181); }

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

background-color css

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

 a { background-color: rgb(192,207,181); }

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

border-color css

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

 span { border-color: rgb(192,207,181); }

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