Html Css Color HEX #CEB9C5 Maverick

📋 copy color: '#CEB9C5'

red 206 ◦ green 185 ◦ blue 197

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

Shades of Maverick #CEB9C5

Tints of Maverick #CEB9C5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.46%

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 35.03%
G = 31.46%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEB9C5 (or 0xCEB9C5) is known color: Maverick. HEX triplet: CE, B9 and C5. RGB value is (206,185,197). Sum of RGB (Red+Green+Blue) = 206+185+197=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9C5 is #31463A. Grayscale: #C0C0C0. Windows color (decimal): -3229243 or 12958158. OLE color: 12958158.

HSL color Cylindrical-coordinate representation of color #CEB9C5: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEB9C5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 197 -
CMYK 0 0.10 0.04 0.19
HSL 325.71º 0.18% 0.77% -
HSV(B) 325.71º 0.1% 0.81% -
XYZ 52.88 51.85 60.04 -
YUV 192.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 206 185 197 0 0.10 0.04 0.19 325.71 0.18 0.77
Hex CE B9 C5 0 A 4 13 146 12 4D
Octal 316 271 305 0 12 4 23 506 22 115
Binary 11001110 10111001 11000101 0 1010 100 10011 101000110 10010 1001101

Color Harmonies of #CEB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9C5

Black with #CEB9C5

Text Example


Text Example

White with #CEB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9C5; }

 p { color: rgb(206,185,197); }

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

background-color css

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

 a { background-color: rgb(206,185,197); }

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

border-color css

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

 span { border-color: rgb(206,185,197); }

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