Html Css Color HEX #C7BCAD Cloud

📋 copy color: '#C7BCAD'

red 199 ◦ green 188 ◦ blue 173

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

Shades of Cloud #C7BCAD

Tints of Cloud #C7BCAD

RGB

 RED value IS 199 (78.13% from 255) = 35.54%

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

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

R = 35.54%
G = 33.57%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C7BCAD (or 0xC7BCAD) is known color: Cloud. HEX triplet: C7, BC and AD. RGB value is (199,188,173). Sum of RGB (Red+Green+Blue) = 199+188+173=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCAD is #384352. Grayscale: #BDBDBD. Windows color (decimal): -3687251 or 11386055. OLE color: 11386055.

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

Color convert

RGB 199 188 173 -
CMYK 0 0.06 0.13 0.22
HSL 34.62º 0.19% 0.73% -
HSV(B) 34.62º 0.13% 0.78% -
XYZ 49.08 51.13 46.82 -
YUV 189.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 199 188 173 0 0.06 0.13 0.22 34.62 0.19 0.73
Hex C7 BC AD 0 6 D 16 23 13 49
Octal 307 274 255 0 6 15 26 43 23 111
Binary 11000111 10111100 10101101 0 110 1101 10110 100011 10011 1001001

Color Harmonies of #C7BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCAD

Black with #C7BCAD

Text Example


Text Example

White with #C7BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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