Html Css Color HEX #C4CCCB Geyser

📋 copy color: '#C4CCCB'

red 196 ◦ green 204 ◦ blue 203

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

Shades of Geyser #C4CCCB

Tints of Geyser #C4CCCB

RGB

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

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

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

R = 32.5%
G = 33.83%
B = 33.67%

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

#C4CCCB (or 0xC4CCCB) is known color: Geyser. HEX triplet: C4, CC and CB. RGB value is (196,204,203). Sum of RGB (Red+Green+Blue) = 196+204+203=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCCB is #3B3334. Grayscale: #C9C9C9. Windows color (decimal): -3879733 or 13356228. OLE color: 13356228.

HSL color Cylindrical-coordinate representation of color #C4CCCB: hue angle of 172.5º degrees, saturation: 0.07, 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 #C4CCCB is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 204 203 -
CMYK 0.04 0 0.00 0.2
HSL 172.5º 0.07% 0.78% -
HSV(B) 172.5º 0.04% 0.8% -
XYZ 55.14 59.23 65.03 -
YUV 201.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 196 204 203 0.04 0 0.00 0.2 172.5 0.07 0.78
Hex C4 CC CB 4 0 0 14 AC 7 4E
Octal 304 314 313 4 0 0 24 254 7 116
Binary 11000100 11001100 11001011 100 0 0 10100 10101100 111 1001110

Color Harmonies of #C4CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCCB

Black with #C4CCCB

Text Example


Text Example

White with #C4CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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