Html Css Color HEX #C6BEAF Cloud

📋 copy color: '#C6BEAF'

red 198 ◦ green 190 ◦ blue 175

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

Shades of Cloud #C6BEAF

Tints of Cloud #C6BEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.08%

R = 35.17%
G = 33.75%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6BEAF (or 0xC6BEAF) is known color: Cloud. HEX triplet: C6, BE and AF. RGB value is (198,190,175). Sum of RGB (Red+Green+Blue) = 198+190+175=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEAF is #394150. Grayscale: #BEBEBE. Windows color (decimal): -3752273 or 11517638. OLE color: 11517638.

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

Color convert

RGB 198 190 175 -
CMYK 0 0.04 0.12 0.22
HSL 39.13º 0.17% 0.73% -
HSV(B) 39.13º 0.12% 0.78% -
XYZ 49.44 51.93 47.97 -
YUV 190.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 198 190 175 0 0.04 0.12 0.22 39.13 0.17 0.73
Hex C6 BE AF 0 4 C 16 27 11 49
Octal 306 276 257 0 4 14 26 47 21 111
Binary 11000110 10111110 10101111 0 100 1100 10110 100111 10001 1001001

Color Harmonies of #C6BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEAF

Black with #C6BEAF

Text Example


Text Example

White with #C6BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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