Html Css Color HEX #C5BAAB Cloud

📋 copy color: '#C5BAAB'

red 197 ◦ green 186 ◦ blue 171

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

Shades of Cloud #C5BAAB

Tints of Cloud #C5BAAB

RGB

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

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

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

R = 35.56%
G = 33.57%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5BAAB (or 0xC5BAAB) is known color: Cloud. HEX triplet: C5, BA and AB. RGB value is (197,186,171). Sum of RGB (Red+Green+Blue) = 197+186+171=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAAB is #3A4554. Grayscale: #BBBBBB. Windows color (decimal): -3818837 or 11254469. OLE color: 11254469.

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

Color convert

RGB 197 186 171 -
CMYK 0 0.06 0.13 0.23
HSL 34.62º 0.18% 0.72% -
HSV(B) 34.62º 0.13% 0.77% -
XYZ 47.94 49.93 45.64 -
YUV 187.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 197 186 171 0 0.06 0.13 0.23 34.62 0.18 0.72
Hex C5 BA AB 0 6 D 17 23 12 48
Octal 305 272 253 0 6 15 27 43 22 110
Binary 11000101 10111010 10101011 0 110 1101 10111 100011 10010 1001000

Color Harmonies of #C5BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAAB

Black with #C5BAAB

Text Example


Text Example

White with #C5BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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