Html Css Color HEX #C5CBBE Pumice

📋 copy color: '#C5CBBE'

red 197 ◦ green 203 ◦ blue 190

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

Shades of Pumice #C5CBBE

Tints of Pumice #C5CBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 33.39%
G = 34.41%
B = 32.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#C5CBBE (or 0xC5CBBE) is known color: Pumice. HEX triplet: C5, CB and BE. RGB value is (197,203,190). Sum of RGB (Red+Green+Blue) = 197+203+190=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBBE is #3A3441. Grayscale: #C7C7C7. Windows color (decimal): -3814466 or 12504005. OLE color: 12504005.

HSL color Cylindrical-coordinate representation of color #C5CBBE: hue angle of 87.69º 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 #C5CBBE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 203 190 -
CMYK 0.03 0 0.06 0.20
HSL 87.69º 0.11% 0.77% -
HSV(B) 87.69º 0.06% 0.8% -
XYZ 53.68 58.3 57.14 -
YUV 199.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 197 203 190 0.03 0 0.06 0.20 87.69 0.11 0.77
Hex C5 CB BE 3 0 6 14 58 B 4D
Octal 305 313 276 3 0 6 24 130 13 115
Binary 11000101 11001011 10111110 11 0 110 10100 1011000 1011 1001101

Color Harmonies of #C5CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBBE

Black with #C5CBBE

Text Example


Text Example

White with #C5CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBBE; }

 p { color: rgb(197,203,190); }

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

background-color css

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

 a { background-color: rgb(197,203,190); }

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

border-color css

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

 span { border-color: rgb(197,203,190); }

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