Html Css Color HEX #C5BDB1 Cloud

📋 copy color: '#C5BDB1'

red 197 ◦ green 189 ◦ blue 177

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

Shades of Cloud #C5BDB1

Tints of Cloud #C5BDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.44%

R = 34.99%
G = 33.57%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C5BDB1 (or 0xC5BDB1) is known color: Cloud. HEX triplet: C5, BD and B1. RGB value is (197,189,177). Sum of RGB (Red+Green+Blue) = 197+189+177=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDB1 is #3A424E. Grayscale: #BEBEBE. Windows color (decimal): -3818063 or 11648453. OLE color: 11648453.

HSL color Cylindrical-coordinate representation of color #C5BDB1: hue angle of 36º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BDB1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 189 177 -
CMYK 0 0.04 0.10 0.23
HSL 36º 0.15% 0.73% -
HSV(B) 36º 0.1% 0.77% -
XYZ 49.16 51.44 48.93 -
YUV 190.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 197 189 177 0 0.04 0.10 0.23 36 0.15 0.73
Hex C5 BD B1 0 4 A 17 24 F 49
Octal 305 275 261 0 4 12 27 44 17 111
Binary 11000101 10111101 10110001 0 100 1010 10111 100100 1111 1001001

Color Harmonies of #C5BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDB1

Black with #C5BDB1

Text Example


Text Example

White with #C5BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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