Html Css Color HEX #CEB4C9 Maverick

📋 copy color: '#CEB4C9'

red 206 ◦ green 180 ◦ blue 201

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

Shades of Maverick #CEB4C9

Tints of Maverick #CEB4C9

RGB

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

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

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

R = 35.09%
G = 30.66%
B = 34.24%

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

#CEB4C9 (or 0xCEB4C9) is known color: Maverick. HEX triplet: CE, B4 and C9. RGB value is (206,180,201). Sum of RGB (Red+Green+Blue) = 206+180+201=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4C9 is #314B36. Grayscale: #BEBEBE. Windows color (decimal): -3230519 or 13219022. OLE color: 13219022.

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

Color convert

RGB 206 180 201 -
CMYK 0 0.13 0.02 0.19
HSL 311.54º 0.21% 0.76% -
HSV(B) 311.54º 0.13% 0.81% -
XYZ 52.32 49.98 62.15 -
YUV 190.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 206 180 201 0 0.13 0.02 0.19 311.54 0.21 0.76
Hex CE B4 C9 0 D 2 13 138 15 4C
Octal 316 264 311 0 15 2 23 470 25 114
Binary 11001110 10110100 11001001 0 1101 10 10011 100111000 10101 1001100

Color Harmonies of #CEB4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4C9

Black with #CEB4C9

Text Example


Text Example

White with #CEB4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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