Html Css Color HEX #C6BDAB Cloud

📋 copy color: '#C6BDAB'

red 198 ◦ green 189 ◦ blue 171

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

Shades of Cloud #C6BDAB

Tints of Cloud #C6BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.87%

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

R = 35.48%
G = 33.87%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6BDAB (or 0xC6BDAB) is known color: Cloud. HEX triplet: C6, BD and AB. RGB value is (198,189,171). Sum of RGB (Red+Green+Blue) = 198+189+171=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BDAB is #394254. Grayscale: #BDBDBD. Windows color (decimal): -3752533 or 11255238. OLE color: 11255238.

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

Color convert

RGB 198 189 171 -
CMYK 0 0.05 0.14 0.22
HSL 40º 0.19% 0.72% -
HSV(B) 40º 0.14% 0.78% -
XYZ 48.84 51.34 45.86 -
YUV 189.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 198 189 171 0 0.05 0.14 0.22 40 0.19 0.72
Hex C6 BD AB 0 5 E 16 28 13 48
Octal 306 275 253 0 5 16 26 50 23 110
Binary 11000110 10111101 10101011 0 101 1110 10110 101000 10011 1001000

Color Harmonies of #C6BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDAB

Black with #C6BDAB

Text Example


Text Example

White with #C6BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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