Html Css Color HEX #CEB0C4 Maverick

📋 copy color: '#CEB0C4'

red 206 ◦ green 176 ◦ blue 196

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

Shades of Maverick #CEB0C4

Tints of Maverick #CEB0C4

RGB

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

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

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

R = 35.64%
G = 30.45%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEB0C4 (or 0xCEB0C4) is known color: Maverick. HEX triplet: CE, B0 and C4. RGB value is (206,176,196). Sum of RGB (Red+Green+Blue) = 206+176+196=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0C4 is #314F3B. Grayscale: #BBBBBB. Windows color (decimal): -3231548 or 12890318. OLE color: 12890318.

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

Color convert

RGB 206 176 196 -
CMYK 0 0.15 0.05 0.19
HSL 320º 0.23% 0.75% -
HSV(B) 320º 0.15% 0.81% -
XYZ 50.94 48.16 58.84 -
YUV 187.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 206 176 196 0 0.15 0.05 0.19 320 0.23 0.75
Hex CE B0 C4 0 F 5 13 140 17 4B
Octal 316 260 304 0 17 5 23 500 27 113
Binary 11001110 10110000 11000100 0 1111 101 10011 101000000 10111 1001011

Color Harmonies of #CEB0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0C4

Black with #CEB0C4

Text Example


Text Example

White with #CEB0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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