#C7BEAB

Color #C7BEAB Cloud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud #C7BEAB

Tints of Cloud #C7BEAB

Color information

#C7BEAB (or 0xC7BEAB) is unknown color: approx Cloud. HEX triplet: C7, BE and AB. RGB value is (199,190,171). Sum of RGB (Red+Green+Blue) = 199+190+171=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BEAB is #384154. Grayscale: #BEBEBE. Windows color (decimal): -3686741 or 11255495. OLE color: 11255495.

HSL color Cylindrical-coordinate representation of color #C7BEAB: hue angle of 40.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BEAB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199190171-
CMYK00.050.140.22
HSL40.71º20%72.55%-
HSV(B)40.71º14.07%78.04%-
XYZ49.3251.9145.95-
YUV190.52116.98134.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.54%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=35.54%
G=33.93%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919017100.050.140.2240.712072.55
HexC7BEAB05E16291449
Octal3072762530516265124111
Binary1100011110111110101010110101111010110101001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEAB; }

 p { color: rgb(199,190,171); }

 H1.HeaderClassName
 {
   color: #C7BEAB;
 }
 .AnyTagClassName
 {
   color: #C7BEAB;
 }
</style>
background-color css

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

 a { background-color: rgb(199,190,171); }

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

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

 span { border-color: rgb(199,190,171); }

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