Html Css Color HEX #C3CDBA Pumice

📋 copy color: '#C3CDBA'

red 195 ◦ green 205 ◦ blue 186

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

Shades of Pumice #C3CDBA

Tints of Pumice #C3CDBA

RGB

 RED value IS 195 (76.56% from 255) = 33.28%

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

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

R = 33.28%
G = 34.98%
B = 31.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#C3CDBA (or 0xC3CDBA) is known color: Pumice. HEX triplet: C3, CD and BA. RGB value is (195,205,186). Sum of RGB (Red+Green+Blue) = 195+205+186=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDBA is #3C3245. Grayscale: #C7C7C7. Windows color (decimal): -3945030 or 12242371. OLE color: 12242371.

HSL color Cylindrical-coordinate representation of color #C3CDBA: hue angle of 91.58º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CDBA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 205 186 -
CMYK 0.05 0 0.09 0.20
HSL 91.58º 0.16% 0.77% -
HSV(B) 91.58º 0.09% 0.8% -
XYZ 53.2 58.81 55 -
YUV 199.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 195 205 186 0.05 0 0.09 0.20 91.58 0.16 0.77
Hex C3 CD BA 5 0 9 14 5C 10 4D
Octal 303 315 272 5 0 11 24 134 20 115
Binary 11000011 11001101 10111010 101 0 1001 10100 1011100 10000 1001101

Color Harmonies of #C3CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDBA

Black with #C3CDBA

Text Example


Text Example

White with #C3CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDBA; }

 p { color: rgb(195,205,186); }

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

background-color css

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

 a { background-color: rgb(195,205,186); }

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

border-color css

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

 span { border-color: rgb(195,205,186); }

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