Html Css Color HEX #C5CDCB Geyser

📋 copy color: '#C5CDCB'

red 197 ◦ green 205 ◦ blue 203

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

Shades of Geyser #C5CDCB

Tints of Geyser #C5CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.88%

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

R = 32.56%
G = 33.88%
B = 33.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#C5CDCB (or 0xC5CDCB) is known color: Geyser. HEX triplet: C5, CD and CB. RGB value is (197,205,203). Sum of RGB (Red+Green+Blue) = 197+205+203=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDCB is #3A3234. Grayscale: #CACACA. Windows color (decimal): -3813941 or 13356485. OLE color: 13356485.

HSL color Cylindrical-coordinate representation of color #C5CDCB: hue angle of 165º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CDCB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 203 -
CMYK 0.04 0 0.01 0.20
HSL 165º 0.07% 0.79% -
HSV(B) 165º 0.04% 0.8% -
XYZ 55.64 59.84 65.12 -
YUV 202.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 197 205 203 0.04 0 0.01 0.20 165 0.07 0.79
Hex C5 CD CB 4 0 1 14 A5 7 4F
Octal 305 315 313 4 0 1 24 245 7 117
Binary 11000101 11001101 11001011 100 0 1 10100 10100101 111 1001111

Color Harmonies of #C5CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDCB

Black with #C5CDCB

Text Example


Text Example

White with #C5CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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