Html Css Color HEX #C7BCAB Cloud

📋 copy color: '#C7BCAB'

red 199 ◦ green 188 ◦ blue 171

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

Shades of Cloud #C7BCAB

Tints of Cloud #C7BCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 35.66%
G = 33.69%
B = 30.65%

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

#C7BCAB (or 0xC7BCAB) is known color: Cloud. HEX triplet: C7, BC and AB. RGB value is (199,188,171). Sum of RGB (Red+Green+Blue) = 199+188+171=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCAB is #384354. Grayscale: #BDBDBD. Windows color (decimal): -3687253 or 11254983. OLE color: 11254983.

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

Color convert

RGB 199 188 171 -
CMYK 0 0.06 0.14 0.22
HSL 36.43º 0.2% 0.73% -
HSV(B) 36.43º 0.14% 0.78% -
XYZ 48.89 51.05 45.8 -
YUV 189.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 199 188 171 0 0.06 0.14 0.22 36.43 0.2 0.73
Hex C7 BC AB 0 6 E 16 24 14 49
Octal 307 274 253 0 6 16 26 44 24 111
Binary 11000111 10111100 10101011 0 110 1110 10110 100100 10100 1001001

Color Harmonies of #C7BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCAB

Black with #C7BCAB

Text Example


Text Example

White with #C7BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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