Html Css Color HEX #CEB5CA Maverick

📋 copy color: '#CEB5CA'

red 206 ◦ green 181 ◦ blue 202

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

Shades of Maverick #CEB5CA

Tints of Maverick #CEB5CA

RGB

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

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

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

R = 34.97%
G = 30.73%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEB5CA (or 0xCEB5CA) is known color: Maverick. HEX triplet: CE, B5 and CA. RGB value is (206,181,202). Sum of RGB (Red+Green+Blue) = 206+181+202=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CA is #314A35. Grayscale: #BEBEBE. Windows color (decimal): -3230262 or 13284814. OLE color: 13284814.

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

Color convert

RGB 206 181 202 -
CMYK 0 0.12 0.02 0.19
HSL 309.6º 0.2% 0.76% -
HSV(B) 309.6º 0.12% 0.81% -
XYZ 52.64 50.43 62.84 -
YUV 190.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 206 181 202 0 0.12 0.02 0.19 309.6 0.2 0.76
Hex CE B5 CA 0 C 2 13 136 14 4C
Octal 316 265 312 0 14 2 23 466 24 114
Binary 11001110 10110101 11001010 0 1100 10 10011 100110110 10100 1001100

Color Harmonies of #CEB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5CA

Black with #CEB5CA

Text Example


Text Example

White with #CEB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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