Html Css Color HEX #C5BCB0 Cloud

📋 copy color: '#C5BCB0'

red 197 ◦ green 188 ◦ blue 176

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

Shades of Cloud #C5BCB0

Tints of Cloud #C5BCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.51%

 BLUE value IS 176 (69.14% from 255) = 31.37%

R = 35.12%
G = 33.51%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5BCB0 (or 0xC5BCB0) is known color: Cloud. HEX triplet: C5, BC and B0. RGB value is (197,188,176). Sum of RGB (Red+Green+Blue) = 197+188+176=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCB0 is #3A434F. Grayscale: #BDBDBD. Windows color (decimal): -3818320 or 11582661. OLE color: 11582661.

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

Color convert

RGB 197 188 176 -
CMYK 0 0.05 0.11 0.23
HSL 34.29º 0.15% 0.73% -
HSV(B) 34.29º 0.11% 0.77% -
XYZ 48.85 50.97 48.34 -
YUV 189.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 197 188 176 0 0.05 0.11 0.23 34.29 0.15 0.73
Hex C5 BC B0 0 5 B 17 22 F 49
Octal 305 274 260 0 5 13 27 42 17 111
Binary 11000101 10111100 10110000 0 101 1011 10111 100010 1111 1001001

Color Harmonies of #C5BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCB0

Black with #C5BCB0

Text Example


Text Example

White with #C5BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCB0; }

 p { color: rgb(197,188,176); }

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

background-color css

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

 a { background-color: rgb(197,188,176); }

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

border-color css

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

 span { border-color: rgb(197,188,176); }

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