Html Css Color HEX #C7BCAA Cloud

📋 copy color: '#C7BCAA'

red 199 ◦ green 188 ◦ blue 170

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

Shades of Cloud #C7BCAA

Tints of Cloud #C7BCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 35.73%
G = 33.75%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C7BCAA (or 0xC7BCAA) is known color: Cloud. HEX triplet: C7, BC and AA. RGB value is (199,188,170). Sum of RGB (Red+Green+Blue) = 199+188+170=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCAA is #384355. Grayscale: #BDBDBD. Windows color (decimal): -3687254 or 11189447. OLE color: 11189447.

HSL color Cylindrical-coordinate representation of color #C7BCAA: hue angle of 37.24º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7BCAA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 188 170 -
CMYK 0 0.06 0.15 0.22
HSL 37.24º 0.21% 0.72% -
HSV(B) 37.24º 0.15% 0.78% -
XYZ 48.79 51.01 45.3 -
YUV 189.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 199 188 170 0 0.06 0.15 0.22 37.24 0.21 0.72
Hex C7 BC AA 0 6 F 16 25 15 48
Octal 307 274 252 0 6 17 26 45 25 110
Binary 11000111 10111100 10101010 0 110 1111 10110 100101 10101 1001000

Color Harmonies of #C7BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCAA

Black with #C7BCAA

Text Example


Text Example

White with #C7BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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