Html Css Color HEX #CEB4C0 Maverick

📋 copy color: '#CEB4C0'

red 206 ◦ green 180 ◦ blue 192

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

Shades of Maverick #CEB4C0

Tints of Maverick #CEB4C0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.14%

 BLUE value IS 192 (75.39% from 255) = 33.22%

R = 35.64%
G = 31.14%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB4C0 (or 0xCEB4C0) is known color: Maverick. HEX triplet: CE, B4 and C0. RGB value is (206,180,192). Sum of RGB (Red+Green+Blue) = 206+180+192=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4C0 is #314B3F. Grayscale: #BDBDBD. Windows color (decimal): -3230528 or 12629198. OLE color: 12629198.

HSL color Cylindrical-coordinate representation of color #CEB4C0: hue angle of 332.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB4C0 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 192 -
CMYK 0 0.13 0.07 0.19
HSL 332.31º 0.21% 0.76% -
HSV(B) 332.31º 0.13% 0.81% -
XYZ 51.29 49.57 56.73 -
YUV 189.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 206 180 192 0 0.13 0.07 0.19 332.31 0.21 0.76
Hex CE B4 C0 0 D 7 13 14C 15 4C
Octal 316 264 300 0 15 7 23 514 25 114
Binary 11001110 10110100 11000000 0 1101 111 10011 101001100 10101 1001100

Color Harmonies of #CEB4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4C0

Black with #CEB4C0

Text Example


Text Example

White with #CEB4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4C0; }

 p { color: rgb(206,180,192); }

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

background-color css

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

 a { background-color: rgb(206,180,192); }

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

border-color css

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

 span { border-color: rgb(206,180,192); }

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