Html Css Color HEX #C0CABA Pumice

📋 copy color: '#C0CABA'

red 192 ◦ green 202 ◦ blue 186

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

Shades of Pumice #C0CABA

Tints of Pumice #C0CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 33.1%
G = 34.83%
B = 32.07%

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

#C0CABA (or 0xC0CABA) is known color: Pumice. HEX triplet: C0, CA and BA. RGB value is (192,202,186). Sum of RGB (Red+Green+Blue) = 192+202+186=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABA is #3F3545. Grayscale: #C5C5C5. Windows color (decimal): -4142406 or 12241600. OLE color: 12241600.

HSL color Cylindrical-coordinate representation of color #C0CABA: hue angle of 97.5º degrees, saturation: 0.13, 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 #C0CABA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 186 -
CMYK 0.05 0 0.08 0.21
HSL 97.5º 0.13% 0.76% -
HSV(B) 97.5º 0.08% 0.79% -
XYZ 51.72 56.99 54.73 -
YUV 197.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 192 202 186 0.05 0 0.08 0.21 97.5 0.13 0.76
Hex C0 CA BA 5 0 8 15 62 D 4C
Octal 300 312 272 5 0 10 25 142 15 114
Binary 11000000 11001010 10111010 101 0 1000 10101 1100010 1101 1001100

Color Harmonies of #C0CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CABA

Black with #C0CABA

Text Example


Text Example

White with #C0CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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