Html Css Color HEX #CEB2C4 Maverick

📋 copy color: '#CEB2C4'

red 206 ◦ green 178 ◦ blue 196

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

Shades of Maverick #CEB2C4

Tints of Maverick #CEB2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.79%

R = 35.52%
G = 30.69%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEB2C4 (or 0xCEB2C4) is known color: Maverick. HEX triplet: CE, B2 and C4. RGB value is (206,178,196). Sum of RGB (Red+Green+Blue) = 206+178+196=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2C4 is #314D3B. Grayscale: #BCBCBC. Windows color (decimal): -3231036 or 12890830. OLE color: 12890830.

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

Color convert

RGB 206 178 196 -
CMYK 0 0.14 0.05 0.19
HSL 321.43º 0.22% 0.75% -
HSV(B) 321.43º 0.14% 0.81% -
XYZ 51.34 48.95 58.97 -
YUV 188.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 206 178 196 0 0.14 0.05 0.19 321.43 0.22 0.75
Hex CE B2 C4 0 E 5 13 141 16 4B
Octal 316 262 304 0 16 5 23 501 26 113
Binary 11001110 10110010 11000100 0 1110 101 10011 101000001 10110 1001011

Color Harmonies of #CEB2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2C4

Black with #CEB2C4

Text Example


Text Example

White with #CEB2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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