Html Css Color HEX #CEB0C5 Maverick

📋 copy color: '#CEB0C5'

red 206 ◦ green 176 ◦ blue 197

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

Shades of Maverick #CEB0C5

Tints of Maverick #CEB0C5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.4%

 BLUE value IS 197 (77.34% from 255) = 34.02%

R = 35.58%
G = 30.4%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEB0C5 (or 0xCEB0C5) is known color: Maverick. HEX triplet: CE, B0 and C5. RGB value is (206,176,197). Sum of RGB (Red+Green+Blue) = 206+176+197=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0C5 is #314F3A. Grayscale: #BBBBBB. Windows color (decimal): -3231547 or 12955854. OLE color: 12955854.

HSL color Cylindrical-coordinate representation of color #CEB0C5: hue angle of 318º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0C5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 197 -
CMYK 0 0.15 0.04 0.19
HSL 318º 0.23% 0.75% -
HSV(B) 318º 0.15% 0.81% -
XYZ 51.06 48.2 59.44 -
YUV 187.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 206 176 197 0 0.15 0.04 0.19 318 0.23 0.75
Hex CE B0 C5 0 F 4 13 13E 17 4B
Octal 316 260 305 0 17 4 23 476 27 113
Binary 11001110 10110000 11000101 0 1111 100 10011 100111110 10111 1001011

Color Harmonies of #CEB0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0C5

Black with #CEB0C5

Text Example


Text Example

White with #CEB0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0C5; }

 p { color: rgb(206,176,197); }

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

background-color css

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

 a { background-color: rgb(206,176,197); }

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

border-color css

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

 span { border-color: rgb(206,176,197); }

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