Html Css Color HEX #C6BEAB Cloud

📋 copy color: '#C6BEAB'

red 198 ◦ green 190 ◦ blue 171

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

Shades of Cloud #C6BEAB

Tints of Cloud #C6BEAB

RGB

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

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

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

R = 35.42%
G = 33.99%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6BEAB (or 0xC6BEAB) is known color: Cloud. HEX triplet: C6, BE and AB. RGB value is (198,190,171). Sum of RGB (Red+Green+Blue) = 198+190+171=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEAB is #394154. Grayscale: #BEBEBE. Windows color (decimal): -3752277 or 11255494. OLE color: 11255494.

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

Color convert

RGB 198 190 171 -
CMYK 0 0.04 0.14 0.22
HSL 42.22º 0.19% 0.72% -
HSV(B) 42.22º 0.14% 0.78% -
XYZ 49.05 51.77 45.94 -
YUV 190.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 198 190 171 0 0.04 0.14 0.22 42.22 0.19 0.72
Hex C6 BE AB 0 4 E 16 2A 13 48
Octal 306 276 253 0 4 16 26 52 23 110
Binary 11000110 10111110 10101011 0 100 1110 10110 101010 10011 1001000

Color Harmonies of #C6BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEAB

Black with #C6BEAB

Text Example


Text Example

White with #C6BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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