Html Css Color HEX #CEB3C9 Maverick

📋 copy color: '#CEB3C9'

red 206 ◦ green 179 ◦ blue 201

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

Shades of Maverick #CEB3C9

Tints of Maverick #CEB3C9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.55%

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 35.15%
G = 30.55%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEB3C9 (or 0xCEB3C9) is known color: Maverick. HEX triplet: CE, B3 and C9. RGB value is (206,179,201). Sum of RGB (Red+Green+Blue) = 206+179+201=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C9 is #314C36. Grayscale: #BDBDBD. Windows color (decimal): -3230775 or 13218766. OLE color: 13218766.

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

Color convert

RGB 206 179 201 -
CMYK 0 0.13 0.02 0.19
HSL 311.11º 0.22% 0.75% -
HSV(B) 311.11º 0.13% 0.81% -
XYZ 52.12 49.58 62.08 -
YUV 189.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 206 179 201 0 0.13 0.02 0.19 311.11 0.22 0.75
Hex CE B3 C9 0 D 2 13 137 16 4B
Octal 316 263 311 0 15 2 23 467 26 113
Binary 11001110 10110011 11001001 0 1101 10 10011 100110111 10110 1001011

Color Harmonies of #CEB3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3C9

Black with #CEB3C9

Text Example


Text Example

White with #CEB3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3C9; }

 p { color: rgb(206,179,201); }

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

background-color css

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

 a { background-color: rgb(206,179,201); }

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

border-color css

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

 span { border-color: rgb(206,179,201); }

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