Html Css Color HEX #CEB2C8 Maverick

📋 copy color: '#CEB2C8'

red 206 ◦ green 178 ◦ blue 200

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

Shades of Maverick #CEB2C8

Tints of Maverick #CEB2C8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.48%

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

R = 35.27%
G = 30.48%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CEB2C8 (or 0xCEB2C8) is known color: Maverick. HEX triplet: CE, B2 and C8. RGB value is (206,178,200). Sum of RGB (Red+Green+Blue) = 206+178+200=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2C8 is #314D37. Grayscale: #BCBCBC. Windows color (decimal): -3231032 or 13152974. OLE color: 13152974.

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

Color convert

RGB 206 178 200 -
CMYK 0 0.14 0.03 0.19
HSL 312.86º 0.22% 0.75% -
HSV(B) 312.86º 0.14% 0.81% -
XYZ 51.8 49.13 61.4 -
YUV 188.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 206 178 200 0 0.14 0.03 0.19 312.86 0.22 0.75
Hex CE B2 C8 0 E 3 13 139 16 4B
Octal 316 262 310 0 16 3 23 471 26 113
Binary 11001110 10110010 11001000 0 1110 11 10011 100111001 10110 1001011

Color Harmonies of #CEB2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2C8

Black with #CEB2C8

Text Example


Text Example

White with #CEB2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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