Html Css Color HEX #C5BEB0 Cloud

📋 copy color: '#C5BEB0'

red 197 ◦ green 190 ◦ blue 176

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

Shades of Cloud #C5BEB0

Tints of Cloud #C5BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.75%

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

R = 34.99%
G = 33.75%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5BEB0 (or 0xC5BEB0) is known color: Cloud. HEX triplet: C5, BE and B0. RGB value is (197,190,176). Sum of RGB (Red+Green+Blue) = 197+190+176=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEB0 is #3A414F. Grayscale: #BEBEBE. Windows color (decimal): -3817808 or 11583173. OLE color: 11583173.

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

Color convert

RGB 197 190 176 -
CMYK 0 0.04 0.11 0.23
HSL 40º 0.15% 0.73% -
HSV(B) 40º 0.11% 0.77% -
XYZ 49.28 51.83 48.48 -
YUV 190.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 197 190 176 0 0.04 0.11 0.23 40 0.15 0.73
Hex C5 BE B0 0 4 B 17 28 F 49
Octal 305 276 260 0 4 13 27 50 17 111
Binary 11000101 10111110 10110000 0 100 1011 10111 101000 1111 1001001

Color Harmonies of #C5BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEB0

Black with #C5BEB0

Text Example


Text Example

White with #C5BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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