Html Css Color HEX #C5CCBF Pumice

📋 copy color: '#C5CCBF'

red 197 ◦ green 204 ◦ blue 191

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

Shades of Pumice #C5CCBF

Tints of Pumice #C5CCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 191 (75% from 255) = 32.26%

R = 33.28%
G = 34.46%
B = 32.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#C5CCBF (or 0xC5CCBF) is known color: Pumice. HEX triplet: C5, CC and BF. RGB value is (197,204,191). Sum of RGB (Red+Green+Blue) = 197+204+191=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBF is #3A3340. Grayscale: #C8C8C8. Windows color (decimal): -3814209 or 12569797. OLE color: 12569797.

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

Color convert

RGB 197 204 191 -
CMYK 0.03 0 0.06 0.2
HSL 92.31º 0.11% 0.77% -
HSV(B) 92.31º 0.06% 0.8% -
XYZ 54.02 58.82 57.8 -
YUV 200.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 197 204 191 0.03 0 0.06 0.2 92.31 0.11 0.77
Hex C5 CC BF 3 0 6 14 5C B 4D
Octal 305 314 277 3 0 6 24 134 13 115
Binary 11000101 11001100 10111111 11 0 110 10100 1011100 1011 1001101

Color Harmonies of #C5CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCBF

Black with #C5CCBF

Text Example


Text Example

White with #C5CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCBF; }

 p { color: rgb(197,204,191); }

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

background-color css

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

 a { background-color: rgb(197,204,191); }

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

border-color css

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

 span { border-color: rgb(197,204,191); }

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