Html Css Color HEX #CEB5C6 Maverick

📋 copy color: '#CEB5C6'

red 206 ◦ green 181 ◦ blue 198

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

Shades of Maverick #CEB5C6

Tints of Maverick #CEB5C6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.94%

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

R = 35.21%
G = 30.94%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEB5C6 (or 0xCEB5C6) is known color: Maverick. HEX triplet: CE, B5 and C6. RGB value is (206,181,198). Sum of RGB (Red+Green+Blue) = 206+181+198=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C6 is #314A39. Grayscale: #BEBEBE. Windows color (decimal): -3230266 or 13022670. OLE color: 13022670.

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

Color convert

RGB 206 181 198 -
CMYK 0 0.12 0.04 0.19
HSL 319.2º 0.2% 0.76% -
HSV(B) 319.2º 0.12% 0.81% -
XYZ 52.17 50.25 60.38 -
YUV 190.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 206 181 198 0 0.12 0.04 0.19 319.2 0.2 0.76
Hex CE B5 C6 0 C 4 13 13F 14 4C
Octal 316 265 306 0 14 4 23 477 24 114
Binary 11001110 10110101 11000110 0 1100 100 10011 100111111 10100 1001100

Color Harmonies of #CEB5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5C6

Black with #CEB5C6

Text Example


Text Example

White with #CEB5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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