Html Css Color HEX #C5BBAC Cloud

📋 copy color: '#C5BBAC'

red 197 ◦ green 187 ◦ blue 172

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

Shades of Cloud #C5BBAC

Tints of Cloud #C5BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 35.43%
G = 33.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5BBAC (or 0xC5BBAC) is known color: Cloud. HEX triplet: C5, BB and AC. RGB value is (197,187,172). Sum of RGB (Red+Green+Blue) = 197+187+172=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBAC is #3A4453. Grayscale: #BCBCBC. Windows color (decimal): -3818580 or 11320261. OLE color: 11320261.

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

Color convert

RGB 197 187 172 -
CMYK 0 0.05 0.13 0.23
HSL 36º 0.18% 0.72% -
HSV(B) 36º 0.13% 0.77% -
XYZ 48.24 50.39 46.21 -
YUV 188.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 197 187 172 0 0.05 0.13 0.23 36 0.18 0.72
Hex C5 BB AC 0 5 D 17 24 12 48
Octal 305 273 254 0 5 15 27 44 22 110
Binary 11000101 10111011 10101100 0 101 1101 10111 100100 10010 1001000

Color Harmonies of #C5BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBAC

Black with #C5BBAC

Text Example


Text Example

White with #C5BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBAC; }

 p { color: rgb(197,187,172); }

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

background-color css

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

 a { background-color: rgb(197,187,172); }

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

border-color css

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

 span { border-color: rgb(197,187,172); }

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