Html Css Color HEX #C6BBAA Cloud

📋 copy color: '#C6BBAA'

red 198 ◦ green 187 ◦ blue 170

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

Shades of Cloud #C6BBAA

Tints of Cloud #C6BBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 35.68%
G = 33.69%
B = 30.63%

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

#C6BBAA (or 0xC6BBAA) is known color: Cloud. HEX triplet: C6, BB and AA. RGB value is (198,187,170). Sum of RGB (Red+Green+Blue) = 198+187+170=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAA is #394455. Grayscale: #BCBCBC. Windows color (decimal): -3753046 or 11189190. OLE color: 11189190.

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

Color convert

RGB 198 187 170 -
CMYK 0 0.06 0.14 0.22
HSL 36.43º 0.2% 0.72% -
HSV(B) 36.43º 0.14% 0.78% -
XYZ 48.31 50.45 45.22 -
YUV 188.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 198 187 170 0 0.06 0.14 0.22 36.43 0.2 0.72
Hex C6 BB AA 0 6 E 16 24 14 48
Octal 306 273 252 0 6 16 26 44 24 110
Binary 11000110 10111011 10101010 0 110 1110 10110 100100 10100 1001000

Color Harmonies of #C6BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBAA

Black with #C6BBAA

Text Example


Text Example

White with #C6BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBAA; }

 p { color: rgb(198,187,170); }

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

background-color css

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

 a { background-color: rgb(198,187,170); }

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

border-color css

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

 span { border-color: rgb(198,187,170); }

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