#C8BDAC

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

Shades of Cloud #C8BDAC

Tints of Cloud #C8BDAC

Color information

#C8BDAC (or 0xC8BDAC) is unknown color: approx Cloud. HEX triplet: C8, BD and AC. RGB value is (200,189,172). Sum of RGB (Red+Green+Blue) = 200+189+172=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDAC is #374253. Grayscale: #BEBEBE. Windows color (decimal): -3621460 or 11320776. OLE color: 11320776.

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

Color convert

RGB200189172-
CMYK00.060.140.22
HSL36.43º20.29%72.94%-
HSV(B)36.43º14%78.43%-
XYZ49.4651.6546.39-
YUV190.35117.64134.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=35.65%
G=33.69%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018917200.060.140.2236.4320.2972.94
HexC8BDAC06E16241449
Octal3102752540616264424111
Binary1100100010111101101011000110111010110100100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDAC; }

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

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

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

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

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

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

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

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