Html Css Color HEX #C7BCAF Cloud

📋 copy color: '#C7BCAF'

red 199 ◦ green 188 ◦ blue 175

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

Shades of Cloud #C7BCAF

Tints of Cloud #C7BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.14%

R = 35.41%
G = 33.45%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7BCAF (or 0xC7BCAF) is known color: Cloud. HEX triplet: C7, BC and AF. RGB value is (199,188,175). Sum of RGB (Red+Green+Blue) = 199+188+175=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCAF is #384350. Grayscale: #BDBDBD. Windows color (decimal): -3687249 or 11517127. OLE color: 11517127.

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

Color convert

RGB 199 188 175 -
CMYK 0 0.06 0.12 0.22
HSL 32.5º 0.18% 0.73% -
HSV(B) 32.5º 0.12% 0.78% -
XYZ 49.27 51.2 47.84 -
YUV 189.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 199 188 175 0 0.06 0.12 0.22 32.5 0.18 0.73
Hex C7 BC AF 0 6 C 16 20 12 49
Octal 307 274 257 0 6 14 26 40 22 111
Binary 11000111 10111100 10101111 0 110 1100 10110 100000 10010 1001001

Color Harmonies of #C7BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCAF

Black with #C7BCAF

Text Example


Text Example

White with #C7BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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