Html Css Color HEX #C5CDBA Tasman

📋 copy color: '#C5CDBA'

red 197 ◦ green 205 ◦ blue 186

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

Shades of Tasman #C5CDBA

Tints of Tasman #C5CDBA

RGB

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

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

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

R = 33.5%
G = 34.86%
B = 31.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#C5CDBA (or 0xC5CDBA) is known color: Tasman. HEX triplet: C5, CD and BA. RGB value is (197,205,186). Sum of RGB (Red+Green+Blue) = 197+205+186=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDBA is #3A3245. Grayscale: #C8C8C8. Windows color (decimal): -3813958 or 12242373. OLE color: 12242373.

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

Color convert

RGB 197 205 186 -
CMYK 0.04 0 0.09 0.20
HSL 85.26º 0.16% 0.77% -
HSV(B) 85.26º 0.09% 0.8% -
XYZ 53.72 59.08 55.03 -
YUV 200.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 197 205 186 0.04 0 0.09 0.20 85.26 0.16 0.77
Hex C5 CD BA 4 0 9 14 55 10 4D
Octal 305 315 272 4 0 11 24 125 20 115
Binary 11000101 11001101 10111010 100 0 1001 10100 1010101 10000 1001101

Color Harmonies of #C5CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDBA

Black with #C5CDBA

Text Example


Text Example

White with #C5CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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