Html Css Color HEX #C6BCAD Cloud

📋 copy color: '#C6BCAD'

red 198 ◦ green 188 ◦ blue 173

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

Shades of Cloud #C6BCAD

Tints of Cloud #C6BCAD

RGB

 RED value IS 198 (77.73% from 255) = 35.42%

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 173 (67.97% from 255) = 30.95%

R = 35.42%
G = 33.63%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C6BCAD (or 0xC6BCAD) is known color: Cloud. HEX triplet: C6, BC and AD. RGB value is (198,188,173). Sum of RGB (Red+Green+Blue) = 198+188+173=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCAD is #394352. Grayscale: #BDBDBD. Windows color (decimal): -3752787 or 11386054. OLE color: 11386054.

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

Color convert

RGB 198 188 173 -
CMYK 0 0.05 0.13 0.22
HSL 36º 0.18% 0.73% -
HSV(B) 36º 0.13% 0.78% -
XYZ 48.81 50.99 46.8 -
YUV 189.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 198 188 173 0 0.05 0.13 0.22 36 0.18 0.73
Hex C6 BC AD 0 5 D 16 24 12 49
Octal 306 274 255 0 5 15 26 44 22 111
Binary 11000110 10111100 10101101 0 101 1101 10110 100100 10010 1001001

Color Harmonies of #C6BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCAD

Black with #C6BCAD

Text Example


Text Example

White with #C6BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCAD; }

 p { color: rgb(198,188,173); }

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

background-color css

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

 a { background-color: rgb(198,188,173); }

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

border-color css

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

 span { border-color: rgb(198,188,173); }

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