Html Css Color HEX #CEB4CA Maverick

📋 copy color: '#CEB4CA'

red 206 ◦ green 180 ◦ blue 202

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

Shades of Maverick #CEB4CA

Tints of Maverick #CEB4CA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

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

R = 35.03%
G = 30.61%
B = 34.35%

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

#CEB4CA (or 0xCEB4CA) is known color: Maverick. HEX triplet: CE, B4 and CA. RGB value is (206,180,202). Sum of RGB (Red+Green+Blue) = 206+180+202=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CA is #314B35. Grayscale: #BEBEBE. Windows color (decimal): -3230518 or 13284558. OLE color: 13284558.

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

Color convert

RGB 206 180 202 -
CMYK 0 0.13 0.02 0.19
HSL 309.23º 0.21% 0.76% -
HSV(B) 309.23º 0.13% 0.81% -
XYZ 52.44 50.03 62.77 -
YUV 190.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 206 180 202 0 0.13 0.02 0.19 309.23 0.21 0.76
Hex CE B4 CA 0 D 2 13 135 15 4C
Octal 316 264 312 0 15 2 23 465 25 114
Binary 11001110 10110100 11001010 0 1101 10 10011 100110101 10101 1001100

Color Harmonies of #CEB4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4CA

Black with #CEB4CA

Text Example


Text Example

White with #CEB4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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