Html Css Color HEX #CEB0C8 Maverick

📋 copy color: '#CEB0C8'

red 206 ◦ green 176 ◦ blue 200

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

Shades of Maverick #CEB0C8

Tints of Maverick #CEB0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.36%

R = 35.4%
G = 30.24%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CEB0C8 (or 0xCEB0C8) is known color: Maverick. HEX triplet: CE, B0 and C8. RGB value is (206,176,200). Sum of RGB (Red+Green+Blue) = 206+176+200=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0C8 is #314F37. Grayscale: #BBBBBB. Windows color (decimal): -3231544 or 13152462. OLE color: 13152462.

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

Color convert

RGB 206 176 200 -
CMYK 0 0.15 0.03 0.19
HSL 312º 0.23% 0.75% -
HSV(B) 312º 0.15% 0.81% -
XYZ 51.4 48.34 61.27 -
YUV 187.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 206 176 200 0 0.15 0.03 0.19 312 0.23 0.75
Hex CE B0 C8 0 F 3 13 138 17 4B
Octal 316 260 310 0 17 3 23 470 27 113
Binary 11001110 10110000 11001000 0 1111 11 10011 100111000 10111 1001011

Color Harmonies of #CEB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0C8

Black with #CEB0C8

Text Example


Text Example

White with #CEB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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