Html Css Color HEX #C6BBAB Cloud

📋 copy color: '#C6BBAB'

red 198 ◦ green 187 ◦ blue 171

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

Shades of Cloud #C6BBAB

Tints of Cloud #C6BBAB

RGB

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

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

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

R = 35.61%
G = 33.63%
B = 30.76%

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

#C6BBAB (or 0xC6BBAB) is known color: Cloud. HEX triplet: C6, BB and AB. RGB value is (198,187,171). Sum of RGB (Red+Green+Blue) = 198+187+171=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BBAB is #394454. Grayscale: #BCBCBC. Windows color (decimal): -3753045 or 11254726. OLE color: 11254726.

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

Color convert

RGB 198 187 171 -
CMYK 0 0.06 0.14 0.22
HSL 35.56º 0.19% 0.72% -
HSV(B) 35.56º 0.14% 0.78% -
XYZ 48.41 50.49 45.72 -
YUV 188.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 198 187 171 0 0.06 0.14 0.22 35.56 0.19 0.72
Hex C6 BB AB 0 6 E 16 24 13 48
Octal 306 273 253 0 6 16 26 44 23 110
Binary 11000110 10111011 10101011 0 110 1110 10110 100100 10011 1001000

Color Harmonies of #C6BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBAB

Black with #C6BBAB

Text Example


Text Example

White with #C6BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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