Html Css Color HEX #CEB3CA Maverick

📋 copy color: '#CEB3CA'

red 206 ◦ green 179 ◦ blue 202

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

Shades of Maverick #CEB3CA

Tints of Maverick #CEB3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.41%

R = 35.09%
G = 30.49%
B = 34.41%

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

#CEB3CA (or 0xCEB3CA) is known color: Maverick. HEX triplet: CE, B3 and CA. RGB value is (206,179,202). Sum of RGB (Red+Green+Blue) = 206+179+202=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3CA is #314C35. Grayscale: #BDBDBD. Windows color (decimal): -3230774 or 13284302. OLE color: 13284302.

HSL color Cylindrical-coordinate representation of color #CEB3CA: hue angle of 308.89º 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 #CEB3CA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 202 -
CMYK 0 0.13 0.02 0.19
HSL 308.89º 0.22% 0.75% -
HSV(B) 308.89º 0.13% 0.81% -
XYZ 52.23 49.63 62.7 -
YUV 189.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 206 179 202 0 0.13 0.02 0.19 308.89 0.22 0.75
Hex CE B3 CA 0 D 2 13 135 16 4B
Octal 316 263 312 0 15 2 23 465 26 113
Binary 11001110 10110011 11001010 0 1101 10 10011 100110101 10110 1001011

Color Harmonies of #CEB3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3CA

Black with #CEB3CA

Text Example


Text Example

White with #CEB3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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