Html Css Color HEX #C5BDAC Cloud

📋 copy color: '#C5BDAC'

red 197 ◦ green 189 ◦ blue 172

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

Shades of Cloud #C5BDAC

Tints of Cloud #C5BDAC

RGB

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

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

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

R = 35.3%
G = 33.87%
B = 30.82%

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

#C5BDAC (or 0xC5BDAC) is known color: Cloud. HEX triplet: C5, BD and AC. RGB value is (197,189,172). Sum of RGB (Red+Green+Blue) = 197+189+172=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDAC is #3A4253. Grayscale: #BDBDBD. Windows color (decimal): -3818068 or 11320773. OLE color: 11320773.

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

Color convert

RGB 197 189 172 -
CMYK 0 0.04 0.13 0.23
HSL 40.8º 0.18% 0.72% -
HSV(B) 40.8º 0.13% 0.77% -
XYZ 48.67 51.24 46.36 -
YUV 189.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 197 189 172 0 0.04 0.13 0.23 40.8 0.18 0.72
Hex C5 BD AC 0 4 D 17 29 12 48
Octal 305 275 254 0 4 15 27 51 22 110
Binary 11000101 10111101 10101100 0 100 1101 10111 101001 10010 1001000

Color Harmonies of #C5BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDAC

Black with #C5BDAC

Text Example


Text Example

White with #C5BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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