Html Css Color HEX #CF9EC2 Maverick

📋 copy color: '#CF9EC2'

red 207 ◦ green 158 ◦ blue 194

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

Shades of Maverick #CF9EC2

Tints of Maverick #CF9EC2

RGB

 RED value IS 207 (81.25% from 255) = 37.03%

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

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 37.03%
G = 28.26%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF9EC2 (or 0xCF9EC2) is known color: Maverick. HEX triplet: CF, 9E and C2. RGB value is (207,158,194). Sum of RGB (Red+Green+Blue) = 207+158+194=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EC2 is #30613D. Grayscale: #B0B0B0. Windows color (decimal): -3170622 or 12754639. OLE color: 12754639.

HSL color Cylindrical-coordinate representation of color #CF9EC2: hue angle of 315.92º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9EC2 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 158 194 -
CMYK 0 0.24 0.06 0.19
HSL 315.92º 0.34% 0.72% -
HSV(B) 315.92º 0.24% 0.81% -
XYZ 47.7 41.61 56.56 -
YUV 176.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 207 158 194 0 0.24 0.06 0.19 315.92 0.34 0.72
Hex CF 9E C2 0 18 6 13 13C 22 48
Octal 317 236 302 0 30 6 23 474 42 110
Binary 11001111 10011110 11000010 0 11000 110 10011 100111100 100010 1001000

Color Harmonies of #CF9EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EC2

Black with #CF9EC2

Text Example


Text Example

White with #CF9EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EC2; }

 p { color: rgb(207,158,194); }

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

background-color css

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

 a { background-color: rgb(207,158,194); }

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

border-color css

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

 span { border-color: rgb(207,158,194); }

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