Html Css Color HEX #C6CCBF Pumice

📋 copy color: '#C6CCBF'

red 198 ◦ green 204 ◦ blue 191

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

Shades of Pumice #C6CCBF

Tints of Pumice #C6CCBF

RGB

 RED value IS 198 (77.73% from 255) = 33.39%

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

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

R = 33.39%
G = 34.4%
B = 32.21%

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

#C6CCBF (or 0xC6CCBF) is known color: Pumice. HEX triplet: C6, CC and BF. RGB value is (198,204,191). Sum of RGB (Red+Green+Blue) = 198+204+191=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCBF is #393340. Grayscale: #C8C8C8. Windows color (decimal): -3748673 or 12569798. OLE color: 12569798.

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

Color convert

RGB 198 204 191 -
CMYK 0.03 0 0.06 0.2
HSL 87.69º 0.11% 0.77% -
HSV(B) 87.69º 0.06% 0.8% -
XYZ 54.29 58.95 57.81 -
YUV 200.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 198 204 191 0.03 0 0.06 0.2 87.69 0.11 0.77
Hex C6 CC BF 3 0 6 14 58 B 4D
Octal 306 314 277 3 0 6 24 130 13 115
Binary 11000110 11001100 10111111 11 0 110 10100 1011000 1011 1001101

Color Harmonies of #C6CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCBF

Black with #C6CCBF

Text Example


Text Example

White with #C6CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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