Html Css Color HEX #CEB2C6 Maverick

📋 copy color: '#CEB2C6'

red 206 ◦ green 178 ◦ blue 198

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

Shades of Maverick #CEB2C6

Tints of Maverick #CEB2C6

RGB

 RED value IS 206 (80.86% from 255) = 35.4%

 GREEN value IS 178 (69.92% from 255) = 30.58%

 BLUE value IS 198 (77.73% from 255) = 34.02%

R = 35.4%
G = 30.58%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEB2C6 (or 0xCEB2C6) is known color: Maverick. HEX triplet: CE, B2 and C6. RGB value is (206,178,198). Sum of RGB (Red+Green+Blue) = 206+178+198=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2C6 is #314D39. Grayscale: #BCBCBC. Windows color (decimal): -3231034 or 13021902. OLE color: 13021902.

HSL color Cylindrical-coordinate representation of color #CEB2C6: hue angle of 317.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB2C6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 198 -
CMYK 0 0.14 0.04 0.19
HSL 317.14º 0.22% 0.75% -
HSV(B) 317.14º 0.14% 0.81% -
XYZ 51.57 49.04 60.17 -
YUV 188.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 206 178 198 0 0.14 0.04 0.19 317.14 0.22 0.75
Hex CE B2 C6 0 E 4 13 13D 16 4B
Octal 316 262 306 0 16 4 23 475 26 113
Binary 11001110 10110010 11000110 0 1110 100 10011 100111101 10110 1001011

Color Harmonies of #CEB2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2C6

Black with #CEB2C6

Text Example


Text Example

White with #CEB2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2C6; }

 p { color: rgb(206,178,198); }

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

background-color css

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

 a { background-color: rgb(206,178,198); }

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

border-color css

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

 span { border-color: rgb(206,178,198); }

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