Html Css Color HEX #C5BCAD Cloud

📋 copy color: '#C5BCAD'

red 197 ◦ green 188 ◦ blue 173

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

Shades of Cloud #C5BCAD

Tints of Cloud #C5BCAD

RGB

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

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

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

R = 35.3%
G = 33.69%
B = 31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5BCAD (or 0xC5BCAD) is known color: Cloud. HEX triplet: C5, BC and AD. RGB value is (197,188,173). Sum of RGB (Red+Green+Blue) = 197+188+173=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCAD is #3A4352. Grayscale: #BDBDBD. Windows color (decimal): -3818323 or 11386053. OLE color: 11386053.

HSL color Cylindrical-coordinate representation of color #C5BCAD: hue angle of 37.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 #C5BCAD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 173 -
CMYK 0 0.05 0.12 0.23
HSL 37.5º 0.17% 0.73% -
HSV(B) 37.5º 0.12% 0.77% -
XYZ 48.55 50.85 46.79 -
YUV 188.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 197 188 173 0 0.05 0.12 0.23 37.5 0.17 0.73
Hex C5 BC AD 0 5 C 17 26 11 49
Octal 305 274 255 0 5 14 27 46 21 111
Binary 11000101 10111100 10101101 0 101 1100 10111 100110 10001 1001001

Color Harmonies of #C5BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCAD

Black with #C5BCAD

Text Example


Text Example

White with #C5BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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