Html Css Color HEX #C4CBBD Pumice

📋 copy color: '#C4CBBD'

red 196 ◦ green 203 ◦ blue 189

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

Shades of Pumice #C4CBBD

Tints of Pumice #C4CBBD

RGB

 RED value IS 196 (76.95% from 255) = 33.33%

 GREEN value IS 203 (79.69% from 255) = 34.52%

 BLUE value IS 189 (74.22% from 255) = 32.14%

R = 33.33%
G = 34.52%
B = 32.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#C4CBBD (or 0xC4CBBD) is known color: Pumice. HEX triplet: C4, CB and BD. RGB value is (196,203,189). Sum of RGB (Red+Green+Blue) = 196+203+189=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBBD is #3B3442. Grayscale: #C7C7C7. Windows color (decimal): -3880003 or 12438468. OLE color: 12438468.

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

Color convert

RGB 196 203 189 -
CMYK 0.03 0 0.07 0.20
HSL 90º 0.12% 0.77% -
HSV(B) 90º 0.07% 0.8% -
XYZ 53.31 58.12 56.55 -
YUV 199.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 196 203 189 0.03 0 0.07 0.20 90 0.12 0.77
Hex C4 CB BD 3 0 7 14 5A C 4D
Octal 304 313 275 3 0 7 24 132 14 115
Binary 11000100 11001011 10111101 11 0 111 10100 1011010 1100 1001101

Color Harmonies of #C4CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBBD

Black with #C4CBBD

Text Example


Text Example

White with #C4CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBBD; }

 p { color: rgb(196,203,189); }

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

background-color css

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

 a { background-color: rgb(196,203,189); }

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

border-color css

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

 span { border-color: rgb(196,203,189); }

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