Html Css Color HEX #C6BEB0 Cloud

📋 copy color: '#C6BEB0'

red 198 ◦ green 190 ◦ blue 176

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

Shades of Cloud #C6BEB0

Tints of Cloud #C6BEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 35.11%
G = 33.69%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C6BEB0 (or 0xC6BEB0) is known color: Cloud. HEX triplet: C6, BE and B0. RGB value is (198,190,176). Sum of RGB (Red+Green+Blue) = 198+190+176=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEB0 is #39414F. Grayscale: #BEBEBE. Windows color (decimal): -3752272 or 11583174. OLE color: 11583174.

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

Color convert

RGB 198 190 176 -
CMYK 0 0.04 0.11 0.22
HSL 38.18º 0.16% 0.73% -
HSV(B) 38.18º 0.11% 0.78% -
XYZ 49.54 51.97 48.49 -
YUV 190.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 198 190 176 0 0.04 0.11 0.22 38.18 0.16 0.73
Hex C6 BE B0 0 4 B 16 26 10 49
Octal 306 276 260 0 4 13 26 46 20 111
Binary 11000110 10111110 10110000 0 100 1011 10110 100110 10000 1001001

Color Harmonies of #C6BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEB0

Black with #C6BEB0

Text Example


Text Example

White with #C6BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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