Html Css Color HEX #CFA6C5 Maverick

📋 copy color: '#CFA6C5'

red 207 ◦ green 166 ◦ blue 197

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

Shades of Maverick #CFA6C5

Tints of Maverick #CFA6C5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.12%

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

R = 36.32%
G = 29.12%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFA6C5 (or 0xCFA6C5) is known color: Maverick. HEX triplet: CF, A6 and C5. RGB value is (207,166,197). Sum of RGB (Red+Green+Blue) = 207+166+197=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C5 is #30593A. Grayscale: #B5B5B5. Windows color (decimal): -3168571 or 12953295. OLE color: 12953295.

HSL color Cylindrical-coordinate representation of color #CFA6C5: hue angle of 314.63º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6C5 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 197 -
CMYK 0 0.20 0.05 0.19
HSL 314.63º 0.3% 0.73% -
HSV(B) 314.63º 0.2% 0.81% -
XYZ 49.45 44.57 58.82 -
YUV 181.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 207 166 197 0 0.20 0.05 0.19 314.63 0.3 0.73
Hex CF A6 C5 0 14 5 13 13B 1E 49
Octal 317 246 305 0 24 5 23 473 36 111
Binary 11001111 10100110 11000101 0 10100 101 10011 100111011 11110 1001001

Color Harmonies of #CFA6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6C5

Black with #CFA6C5

Text Example


Text Example

White with #CFA6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6C5; }

 p { color: rgb(207,166,197); }

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

background-color css

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

 a { background-color: rgb(207,166,197); }

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

border-color css

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

 span { border-color: rgb(207,166,197); }

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