Html Css Color HEX #CF9DC2 Maverick

📋 copy color: '#CF9DC2'

red 207 ◦ green 157 ◦ blue 194

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

Shades of Maverick #CF9DC2

Tints of Maverick #CF9DC2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.14%

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

R = 37.1%
G = 28.14%
B = 34.77%

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

#CF9DC2 (or 0xCF9DC2) is known color: Maverick. HEX triplet: CF, 9D and C2. RGB value is (207,157,194). Sum of RGB (Red+Green+Blue) = 207+157+194=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DC2 is #30623D. Grayscale: #B0B0B0. Windows color (decimal): -3170878 or 12754383. OLE color: 12754383.

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

Color convert

RGB 207 157 194 -
CMYK 0 0.24 0.06 0.19
HSL 315.6º 0.34% 0.71% -
HSV(B) 315.6º 0.24% 0.81% -
XYZ 47.53 41.27 56.5 -
YUV 176.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 207 157 194 0 0.24 0.06 0.19 315.6 0.34 0.71
Hex CF 9D C2 0 18 6 13 13C 22 47
Octal 317 235 302 0 30 6 23 474 42 107
Binary 11001111 10011101 11000010 0 11000 110 10011 100111100 100010 1000111

Color Harmonies of #CF9DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DC2

Black with #CF9DC2

Text Example


Text Example

White with #CF9DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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