Html Css Color HEX #C7BBAC Cloud

📋 copy color: '#C7BBAC'

red 199 ◦ green 187 ◦ blue 172

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

Shades of Cloud #C7BBAC

Tints of Cloud #C7BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 172 (67.58% from 255) = 30.82%

R = 35.66%
G = 33.51%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7BBAC (or 0xC7BBAC) is known color: Cloud. HEX triplet: C7, BB and AC. RGB value is (199,187,172). Sum of RGB (Red+Green+Blue) = 199+187+172=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBAC is #384453. Grayscale: #BCBCBC. Windows color (decimal): -3687508 or 11320263. OLE color: 11320263.

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

Color convert

RGB 199 187 172 -
CMYK 0 0.06 0.14 0.22
HSL 33.33º 0.19% 0.73% -
HSV(B) 33.33º 0.14% 0.78% -
XYZ 48.77 50.66 46.24 -
YUV 188.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 199 187 172 0 0.06 0.14 0.22 33.33 0.19 0.73
Hex C7 BB AC 0 6 E 16 21 13 49
Octal 307 273 254 0 6 16 26 41 23 111
Binary 11000111 10111011 10101100 0 110 1110 10110 100001 10011 1001001

Color Harmonies of #C7BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBAC

Black with #C7BBAC

Text Example


Text Example

White with #C7BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBAC; }

 p { color: rgb(199,187,172); }

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

background-color css

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

 a { background-color: rgb(199,187,172); }

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

border-color css

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

 span { border-color: rgb(199,187,172); }

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