Html Css Color HEX #C1CBBA Pumice

📋 copy color: '#C1CBBA'

red 193 ◦ green 203 ◦ blue 186

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

Shades of Pumice #C1CBBA

Tints of Pumice #C1CBBA

RGB

 RED value IS 193 (75.78% from 255) = 33.16%

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

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

R = 33.16%
G = 34.88%
B = 31.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#C1CBBA (or 0xC1CBBA) is known color: Pumice. HEX triplet: C1, CB and BA. RGB value is (193,203,186). Sum of RGB (Red+Green+Blue) = 193+203+186=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBBA is #3E3445. Grayscale: #C6C6C6. Windows color (decimal): -4076614 or 12241857. OLE color: 12241857.

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

Color convert

RGB 193 203 186 -
CMYK 0.05 0 0.08 0.20
HSL 95.29º 0.14% 0.76% -
HSV(B) 95.29º 0.08% 0.8% -
XYZ 52.21 57.59 54.82 -
YUV 198.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 193 203 186 0.05 0 0.08 0.20 95.29 0.14 0.76
Hex C1 CB BA 5 0 8 14 5F E 4C
Octal 301 313 272 5 0 10 24 137 16 114
Binary 11000001 11001011 10111010 101 0 1000 10100 1011111 1110 1001100

Color Harmonies of #C1CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBBA

Black with #C1CBBA

Text Example


Text Example

White with #C1CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBBA; }

 p { color: rgb(193,203,186); }

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

background-color css

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

 a { background-color: rgb(193,203,186); }

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

border-color css

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

 span { border-color: rgb(193,203,186); }

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