Html Css Color HEX #C5BCAA Cloud

📋 copy color: '#C5BCAA'

red 197 ◦ green 188 ◦ blue 170

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

Shades of Cloud #C5BCAA

Tints of Cloud #C5BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 35.5%
G = 33.87%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5BCAA (or 0xC5BCAA) is known color: Cloud. HEX triplet: C5, BC and AA. RGB value is (197,188,170). Sum of RGB (Red+Green+Blue) = 197+188+170=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCAA is #3A4355. Grayscale: #BCBCBC. Windows color (decimal): -3818326 or 11189445. OLE color: 11189445.

HSL color Cylindrical-coordinate representation of color #C5BCAA: hue angle of 40º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BCAA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 170 -
CMYK 0 0.05 0.14 0.23
HSL 40º 0.19% 0.72% -
HSV(B) 40º 0.14% 0.77% -
XYZ 48.26 50.74 45.28 -
YUV 188.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 197 188 170 0 0.05 0.14 0.23 40 0.19 0.72
Hex C5 BC AA 0 5 E 17 28 13 48
Octal 305 274 252 0 5 16 27 50 23 110
Binary 11000101 10111100 10101010 0 101 1110 10111 101000 10011 1001000

Color Harmonies of #C5BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCAA

Black with #C5BCAA

Text Example


Text Example

White with #C5BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCAA; }

 p { color: rgb(197,188,170); }

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

background-color css

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

 a { background-color: rgb(197,188,170); }

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

border-color css

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

 span { border-color: rgb(197,188,170); }

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