Html Css Color HEX #C5BDB4 Cloud

📋 copy color: '#C5BDB4'

red 197 ◦ green 189 ◦ blue 180

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

Shades of Cloud #C5BDB4

Tints of Cloud #C5BDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 34.81%
G = 33.39%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C5BDB4 (or 0xC5BDB4) is known color: Cloud. HEX triplet: C5, BD and B4. RGB value is (197,189,180). Sum of RGB (Red+Green+Blue) = 197+189+180=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDB4 is #3A424B. Grayscale: #BEBEBE. Windows color (decimal): -3818060 or 11845061. OLE color: 11845061.

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

Color convert

RGB 197 189 180 -
CMYK 0 0.04 0.09 0.23
HSL 31.76º 0.13% 0.74% -
HSV(B) 31.76º 0.09% 0.77% -
XYZ 49.46 51.56 50.53 -
YUV 190.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 197 189 180 0 0.04 0.09 0.23 31.76 0.13 0.74
Hex C5 BD B4 0 4 9 17 20 D 4A
Octal 305 275 264 0 4 11 27 40 15 112
Binary 11000101 10111101 10110100 0 100 1001 10111 100000 1101 1001010

Color Harmonies of #C5BDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDB4

Black with #C5BDB4

Text Example


Text Example

White with #C5BDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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