Html Css Color HEX #C5BBAB Cloud

📋 copy color: '#C5BBAB'

red 197 ◦ green 187 ◦ blue 171

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

Shades of Cloud #C5BBAB

Tints of Cloud #C5BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 35.5%
G = 33.69%
B = 30.81%

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

#C5BBAB (or 0xC5BBAB) is known color: Cloud. HEX triplet: C5, BB and AB. RGB value is (197,187,171). Sum of RGB (Red+Green+Blue) = 197+187+171=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBAB is #3A4454. Grayscale: #BCBCBC. Windows color (decimal): -3818581 or 11254725. OLE color: 11254725.

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

Color convert

RGB 197 187 171 -
CMYK 0 0.05 0.13 0.23
HSL 36.92º 0.18% 0.72% -
HSV(B) 36.92º 0.13% 0.77% -
XYZ 48.15 50.35 45.71 -
YUV 188.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 197 187 171 0 0.05 0.13 0.23 36.92 0.18 0.72
Hex C5 BB AB 0 5 D 17 25 12 48
Octal 305 273 253 0 5 15 27 45 22 110
Binary 11000101 10111011 10101011 0 101 1101 10111 100101 10010 1001000

Color Harmonies of #C5BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBAB

Black with #C5BBAB

Text Example


Text Example

White with #C5BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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