Html Css Color HEX #C3CCCB Geyser

📋 copy color: '#C3CCCB'

red 195 ◦ green 204 ◦ blue 203

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

Shades of Geyser #C3CCCB

Tints of Geyser #C3CCCB

RGB

 RED value IS 195 (76.56% from 255) = 32.39%

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

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 32.39%
G = 33.89%
B = 33.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#C3CCCB (or 0xC3CCCB) is known color: Geyser. HEX triplet: C3, CC and CB. RGB value is (195,204,203). Sum of RGB (Red+Green+Blue) = 195+204+203=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCCB is #3C3334. Grayscale: #C9C9C9. Windows color (decimal): -3945269 or 13356227. OLE color: 13356227.

HSL color Cylindrical-coordinate representation of color #C3CCCB: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3CCCB is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 204 203 -
CMYK 0.04 0 0.00 0.2
HSL 173.33º 0.08% 0.78% -
HSV(B) 173.33º 0.04% 0.8% -
XYZ 54.88 59.1 65.01 -
YUV 201.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 195 204 203 0.04 0 0.00 0.2 173.33 0.08 0.78
Hex C3 CC CB 4 0 0 14 AD 8 4E
Octal 303 314 313 4 0 0 24 255 10 116
Binary 11000011 11001100 11001011 100 0 0 10100 10101101 1000 1001110

Color Harmonies of #C3CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCCB

Black with #C3CCCB

Text Example


Text Example

White with #C3CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCCB; }

 p { color: rgb(195,204,203); }

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

background-color css

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

 a { background-color: rgb(195,204,203); }

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

border-color css

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

 span { border-color: rgb(195,204,203); }

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