Html Css Color HEX #C5D0BA Pumice

📋 copy color: '#C5D0BA'

red 197 ◦ green 208 ◦ blue 186

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

Shades of Pumice #C5D0BA

Tints of Pumice #C5D0BA

RGB

 RED value IS 197 (77.34% from 255) = 33.33%

 GREEN value IS 208 (81.64% from 255) = 35.19%

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

R = 33.33%
G = 35.19%
B = 31.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C5D0BA (or 0xC5D0BA) is known color: Pumice. HEX triplet: C5, D0 and BA. RGB value is (197,208,186). Sum of RGB (Red+Green+Blue) = 197+208+186=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0BA is #3A2F45. Grayscale: #CACACA. Windows color (decimal): -3813190 or 12243141. OLE color: 12243141.

HSL color Cylindrical-coordinate representation of color #C5D0BA: hue angle of 90º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5D0BA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 186 -
CMYK 0.05 0 0.11 0.18
HSL 90º 0.19% 0.77% -
HSV(B) 90º 0.11% 0.82% -
XYZ 54.44 60.53 55.27 -
YUV 202.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 197 208 186 0.05 0 0.11 0.18 90 0.19 0.77
Hex C5 D0 BA 5 0 B 12 5A 13 4D
Octal 305 320 272 5 0 13 22 132 23 115
Binary 11000101 11010000 10111010 101 0 1011 10010 1011010 10011 1001101

Color Harmonies of #C5D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0BA

Black with #C5D0BA

Text Example


Text Example

White with #C5D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0BA; }

 p { color: rgb(197,208,186); }

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

background-color css

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

 a { background-color: rgb(197,208,186); }

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

border-color css

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

 span { border-color: rgb(197,208,186); }

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