Html Css Color HEX #C0CDB6 Pumice

📋 copy color: '#C0CDB6'

red 192 ◦ green 205 ◦ blue 182

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

Shades of Pumice #C0CDB6

Tints of Pumice #C0CDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 182 (71.48% from 255) = 31.43%

R = 33.16%
G = 35.41%
B = 31.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#C0CDB6 (or 0xC0CDB6) is known color: Pumice. HEX triplet: C0, CD and B6. RGB value is (192,205,182). Sum of RGB (Red+Green+Blue) = 192+205+182=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDB6 is #3F3249. Grayscale: #C6C6C6. Windows color (decimal): -4141642 or 11980224. OLE color: 11980224.

HSL color Cylindrical-coordinate representation of color #C0CDB6: hue angle of 93.91º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CDB6 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 182 -
CMYK 0.06 0 0.11 0.20
HSL 93.91º 0.19% 0.76% -
HSV(B) 93.91º 0.11% 0.8% -
XYZ 52.01 58.25 52.76 -
YUV 198.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 192 205 182 0.06 0 0.11 0.20 93.91 0.19 0.76
Hex C0 CD B6 6 0 B 14 5E 13 4C
Octal 300 315 266 6 0 13 24 136 23 114
Binary 11000000 11001101 10110110 110 0 1011 10100 1011110 10011 1001100

Color Harmonies of #C0CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDB6

Black with #C0CDB6

Text Example


Text Example

White with #C0CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDB6; }

 p { color: rgb(192,205,182); }

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

background-color css

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

 a { background-color: rgb(192,205,182); }

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

border-color css

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

 span { border-color: rgb(192,205,182); }

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