#C7BDAB

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

Shades of Cloud #C7BDAB

Tints of Cloud #C7BDAB

Color information

#C7BDAB (or 0xC7BDAB) is unknown color: approx Cloud. HEX triplet: C7, BD and AB. RGB value is (199,189,171). Sum of RGB (Red+Green+Blue) = 199+189+171=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BDAB is #384254. Grayscale: #BEBEBE. Windows color (decimal): -3686997 or 11255239. OLE color: 11255239.

HSL color Cylindrical-coordinate representation of color #C7BDAB: hue angle of 38.57º 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 #C7BDAB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199189171-
CMYK00.050.140.22
HSL38.57º20%72.55%-
HSV(B)38.57º14.07%78.04%-
XYZ49.151.4845.88-
YUV189.94117.31134.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=35.60%
G=33.81%
B=30.59%

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
Decimal19918917100.050.140.2238.572072.55
HexC7BDAB05E16271449
Octal3072752530516264724111
Binary1100011110111101101010110101111010110100111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDAB; }

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

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

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

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

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

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

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

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