Html Css Color HEX #C5BDAB Cloud

📋 copy color: '#C5BDAB'

red 197 ◦ green 189 ◦ blue 171

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

Shades of Cloud #C5BDAB

Tints of Cloud #C5BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 35.37%
G = 33.93%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5BDAB (or 0xC5BDAB) is known color: Cloud. HEX triplet: C5, BD and AB. RGB value is (197,189,171). Sum of RGB (Red+Green+Blue) = 197+189+171=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDAB is #3A4254. Grayscale: #BDBDBD. Windows color (decimal): -3818069 or 11255237. OLE color: 11255237.

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

Color convert

RGB 197 189 171 -
CMYK 0 0.04 0.13 0.23
HSL 41.54º 0.18% 0.72% -
HSV(B) 41.54º 0.13% 0.77% -
XYZ 48.57 51.21 45.85 -
YUV 189.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 197 189 171 0 0.04 0.13 0.23 41.54 0.18 0.72
Hex C5 BD AB 0 4 D 17 2A 12 48
Octal 305 275 253 0 4 15 27 52 22 110
Binary 11000101 10111101 10101011 0 100 1101 10111 101010 10010 1001000

Color Harmonies of #C5BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDAB

Black with #C5BDAB

Text Example


Text Example

White with #C5BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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