Html Css Color HEX #CFA6BE Maverick

📋 copy color: '#CFA6BE'

red 207 ◦ green 166 ◦ blue 190

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

Shades of Maverick #CFA6BE

Tints of Maverick #CFA6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.75%

R = 36.77%
G = 29.48%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFA6BE (or 0xCFA6BE) is known color: Maverick. HEX triplet: CF, A6 and BE. RGB value is (207,166,190). Sum of RGB (Red+Green+Blue) = 207+166+190=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6BE is #305941. Grayscale: #B4B4B4. Windows color (decimal): -3168578 or 12494543. OLE color: 12494543.

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

Color convert

RGB 207 166 190 -
CMYK 0 0.20 0.08 0.19
HSL 324.88º 0.3% 0.73% -
HSV(B) 324.88º 0.2% 0.81% -
XYZ 48.66 44.26 54.69 -
YUV 181 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 207 166 190 0 0.20 0.08 0.19 324.88 0.3 0.73
Hex CF A6 BE 0 14 8 13 145 1E 49
Octal 317 246 276 0 24 10 23 505 36 111
Binary 11001111 10100110 10111110 0 10100 1000 10011 101000101 11110 1001001

Color Harmonies of #CFA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6BE

Black with #CFA6BE

Text Example


Text Example

White with #CFA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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