Html Css Color HEX #C5BAAD Cloud

📋 copy color: '#C5BAAD'

red 197 ◦ green 186 ◦ blue 173

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

Shades of Cloud #C5BAAD

Tints of Cloud #C5BAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 35.43%
G = 33.45%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5BAAD (or 0xC5BAAD) is known color: Cloud. HEX triplet: C5, BA and AD. RGB value is (197,186,173). Sum of RGB (Red+Green+Blue) = 197+186+173=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAAD is #3A4552. Grayscale: #BBBBBB. Windows color (decimal): -3818835 or 11385541. OLE color: 11385541.

HSL color Cylindrical-coordinate representation of color #C5BAAD: hue angle of 32.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BAAD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 173 -
CMYK 0 0.06 0.12 0.23
HSL 32.5º 0.17% 0.73% -
HSV(B) 32.5º 0.12% 0.77% -
XYZ 48.13 50.01 46.65 -
YUV 187.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 197 186 173 0 0.06 0.12 0.23 32.5 0.17 0.73
Hex C5 BA AD 0 6 C 17 20 11 49
Octal 305 272 255 0 6 14 27 40 21 111
Binary 11000101 10111010 10101101 0 110 1100 10111 100000 10001 1001001

Color Harmonies of #C5BAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAAD

Black with #C5BAAD

Text Example


Text Example

White with #C5BAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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