Html Css Color HEX #C7BDAE Cloud

📋 copy color: '#C7BDAE'

red 199 ◦ green 189 ◦ blue 174

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

Shades of Cloud #C7BDAE

Tints of Cloud #C7BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.63%

 BLUE value IS 174 (68.36% from 255) = 30.96%

R = 35.41%
G = 33.63%
B = 30.96%

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

#C7BDAE (or 0xC7BDAE) is known color: Cloud. HEX triplet: C7, BD and AE. RGB value is (199,189,174). Sum of RGB (Red+Green+Blue) = 199+189+174=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BDAE is #384251. Grayscale: #BEBEBE. Windows color (decimal): -3686994 or 11451847. OLE color: 11451847.

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

Color convert

RGB 199 189 174 -
CMYK 0 0.05 0.13 0.22
HSL 36º 0.18% 0.73% -
HSV(B) 36º 0.13% 0.78% -
XYZ 49.39 51.59 47.4 -
YUV 190.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 199 189 174 0 0.05 0.13 0.22 36 0.18 0.73
Hex C7 BD AE 0 5 D 16 24 12 49
Octal 307 275 256 0 5 15 26 44 22 111
Binary 11000111 10111101 10101110 0 101 1101 10110 100100 10010 1001001

Color Harmonies of #C7BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDAE

Black with #C7BDAE

Text Example


Text Example

White with #C7BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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