Html Css Color HEX #CB9EC0 Maverick

📋 copy color: '#CB9EC0'

red 203 ◦ green 158 ◦ blue 192

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

Shades of Maverick #CB9EC0

Tints of Maverick #CB9EC0

RGB

 RED value IS 203 (79.69% from 255) = 36.71%

 GREEN value IS 158 (62.11% from 255) = 28.57%

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

R = 36.71%
G = 28.57%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB9EC0 (or 0xCB9EC0) is known color: Maverick. HEX triplet: CB, 9E and C0. RGB value is (203,158,192). Sum of RGB (Red+Green+Blue) = 203+158+192=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EC0 is #34613F. Grayscale: #AFAFAF. Windows color (decimal): -3432768 or 12623563. OLE color: 12623563.

HSL color Cylindrical-coordinate representation of color #CB9EC0: hue angle of 314.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9EC0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 158 192 -
CMYK 0 0.22 0.05 0.20
HSL 314.67º 0.3% 0.71% -
HSV(B) 314.67º 0.22% 0.8% -
XYZ 46.37 40.96 55.33 -
YUV 175.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 203 158 192 0 0.22 0.05 0.20 314.67 0.3 0.71
Hex CB 9E C0 0 16 5 14 13B 1E 47
Octal 313 236 300 0 26 5 24 473 36 107
Binary 11001011 10011110 11000000 0 10110 101 10100 100111011 11110 1000111

Color Harmonies of #CB9EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EC0

Black with #CB9EC0

Text Example


Text Example

White with #CB9EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EC0; }

 p { color: rgb(203,158,192); }

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

background-color css

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

 a { background-color: rgb(203,158,192); }

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

border-color css

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

 span { border-color: rgb(203,158,192); }

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