Html Css Color HEX #C6BEAC Cloud

📋 copy color: '#C6BEAC'

red 198 ◦ green 190 ◦ blue 172

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

Shades of Cloud #C6BEAC

Tints of Cloud #C6BEAC

RGB

 RED value IS 198 (77.73% from 255) = 35.36%

 GREEN value IS 190 (74.61% from 255) = 33.93%

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

R = 35.36%
G = 33.93%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C6BEAC (or 0xC6BEAC) is known color: Cloud. HEX triplet: C6, BE and AC. RGB value is (198,190,172). Sum of RGB (Red+Green+Blue) = 198+190+172=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEAC is #394153. Grayscale: #BEBEBE. Windows color (decimal): -3752276 or 11321030. OLE color: 11321030.

HSL color Cylindrical-coordinate representation of color #C6BEAC: hue angle of 41.54º degrees, saturation: 0.19, 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 #C6BEAC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 190 172 -
CMYK 0 0.04 0.13 0.22
HSL 41.54º 0.19% 0.73% -
HSV(B) 41.54º 0.13% 0.78% -
XYZ 49.15 51.81 46.44 -
YUV 190.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 198 190 172 0 0.04 0.13 0.22 41.54 0.19 0.73
Hex C6 BE AC 0 4 D 16 2A 13 49
Octal 306 276 254 0 4 15 26 52 23 111
Binary 11000110 10111110 10101100 0 100 1101 10110 101010 10011 1001001

Color Harmonies of #C6BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEAC

Black with #C6BEAC

Text Example


Text Example

White with #C6BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEAC; }

 p { color: rgb(198,190,172); }

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

background-color css

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

 a { background-color: rgb(198,190,172); }

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

border-color css

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

 span { border-color: rgb(198,190,172); }

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