#C7BDAC

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

Shades of Cloud #C7BDAC

Tints of Cloud #C7BDAC

Color information

#C7BDAC (or 0xC7BDAC) is unknown color: approx Cloud. HEX triplet: C7, BD and AC. RGB value is (199,189,172). Sum of RGB (Red+Green+Blue) = 199+189+172=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BDAC is #384253. Grayscale: #BEBEBE. Windows color (decimal): -3686996 or 11320775. OLE color: 11320775.

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

Color convert

RGB199189172-
CMYK00.050.140.22
HSL37.78º19.42%72.75%-
HSV(B)37.78º13.57%78.04%-
XYZ49.251.5246.38-
YUV190.05117.81134.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=35.54%
G=33.75%
B=30.71%

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
Decimal19918917200.050.140.2237.7819.4272.75
HexC7BDAC05E16261349
Octal3072752540516264623111
Binary1100011110111101101011000101111010110100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDAC; }

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

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

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

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

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

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

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

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