Html Css Color HEX #C0CDB4 Pumice

📋 copy color: '#C0CDB4'

red 192 ◦ green 205 ◦ blue 180

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

Shades of Pumice #C0CDB4

Tints of Pumice #C0CDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.2%

R = 33.28%
G = 35.53%
B = 31.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C0CDB4 (or 0xC0CDB4) is known color: Pumice. HEX triplet: C0, CD and B4. RGB value is (192,205,180). Sum of RGB (Red+Green+Blue) = 192+205+180=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDB4 is #3F324B. Grayscale: #C6C6C6. Windows color (decimal): -4141644 or 11849152. OLE color: 11849152.

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

Color convert

RGB 192 205 180 -
CMYK 0.06 0 0.12 0.20
HSL 91.2º 0.2% 0.75% -
HSV(B) 91.2º 0.12% 0.8% -
XYZ 51.81 58.16 51.68 -
YUV 198.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 192 205 180 0.06 0 0.12 0.20 91.2 0.2 0.75
Hex C0 CD B4 6 0 C 14 5B 14 4B
Octal 300 315 264 6 0 14 24 133 24 113
Binary 11000000 11001101 10110100 110 0 1100 10100 1011011 10100 1001011

Color Harmonies of #C0CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDB4

Black with #C0CDB4

Text Example


Text Example

White with #C0CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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