Html Css Color HEX #CEB4C7 Maverick

📋 copy color: '#CEB4C7'

red 206 ◦ green 180 ◦ blue 199

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

Shades of Maverick #CEB4C7

Tints of Maverick #CEB4C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 35.21%
G = 30.77%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CEB4C7 (or 0xCEB4C7) is known color: Maverick. HEX triplet: CE, B4 and C7. RGB value is (206,180,199). Sum of RGB (Red+Green+Blue) = 206+180+199=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4C7 is #314B38. Grayscale: #BDBDBD. Windows color (decimal): -3230521 or 13087950. OLE color: 13087950.

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

Color convert

RGB 206 180 199 -
CMYK 0 0.13 0.03 0.19
HSL 316.15º 0.21% 0.76% -
HSV(B) 316.15º 0.13% 0.81% -
XYZ 52.08 49.89 60.92 -
YUV 189.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 206 180 199 0 0.13 0.03 0.19 316.15 0.21 0.76
Hex CE B4 C7 0 D 3 13 13C 15 4C
Octal 316 264 307 0 15 3 23 474 25 114
Binary 11001110 10110100 11000111 0 1101 11 10011 100111100 10101 1001100

Color Harmonies of #CEB4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4C7

Black with #CEB4C7

Text Example


Text Example

White with #CEB4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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