Html Css Color HEX #C0CFB3 Pumice

📋 copy color: '#C0CFB3'

red 192 ◦ green 207 ◦ blue 179

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

Shades of Pumice #C0CFB3

Tints of Pumice #C0CFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.97%

R = 33.22%
G = 35.81%
B = 30.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C0CFB3 (or 0xC0CFB3) is known color: Pumice. HEX triplet: C0, CF and B3. RGB value is (192,207,179). Sum of RGB (Red+Green+Blue) = 192+207+179=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFB3 is #3F304C. Grayscale: #C7C7C7. Windows color (decimal): -4141133 or 11784128. OLE color: 11784128.

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

Color convert

RGB 192 207 179 -
CMYK 0.07 0 0.14 0.19
HSL 92.14º 0.23% 0.76% -
HSV(B) 92.14º 0.14% 0.81% -
XYZ 52.19 59.09 51.3 -
YUV 199.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 192 207 179 0.07 0 0.14 0.19 92.14 0.23 0.76
Hex C0 CF B3 7 0 E 13 5C 17 4C
Octal 300 317 263 7 0 16 23 134 27 114
Binary 11000000 11001111 10110011 111 0 1110 10011 1011100 10111 1001100

Color Harmonies of #C0CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFB3

Black with #C0CFB3

Text Example


Text Example

White with #C0CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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