Html Css Color HEX #CEB2CA Maverick

📋 copy color: '#CEB2CA'

red 206 ◦ green 178 ◦ blue 202

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

Shades of Maverick #CEB2CA

Tints of Maverick #CEB2CA

RGB

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

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

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

R = 35.15%
G = 30.38%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEB2CA (or 0xCEB2CA) is known color: Maverick. HEX triplet: CE, B2 and CA. RGB value is (206,178,202). Sum of RGB (Red+Green+Blue) = 206+178+202=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2CA is #314D35. Grayscale: #BDBDBD. Windows color (decimal): -3231030 or 13284046. OLE color: 13284046.

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

Color convert

RGB 206 178 202 -
CMYK 0 0.14 0.02 0.19
HSL 308.57º 0.22% 0.75% -
HSV(B) 308.57º 0.14% 0.81% -
XYZ 52.03 49.23 62.64 -
YUV 189.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 206 178 202 0 0.14 0.02 0.19 308.57 0.22 0.75
Hex CE B2 CA 0 E 2 13 135 16 4B
Octal 316 262 312 0 16 2 23 465 26 113
Binary 11001110 10110010 11001010 0 1110 10 10011 100110101 10110 1001011

Color Harmonies of #CEB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2CA

Black with #CEB2CA

Text Example


Text Example

White with #CEB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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