Html Css Color HEX #CFA9BE Maverick

📋 copy color: '#CFA9BE'

red 207 ◦ green 169 ◦ blue 190

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

Shades of Maverick #CFA9BE

Tints of Maverick #CFA9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.86%

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

R = 36.57%
G = 29.86%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFA9BE (or 0xCFA9BE) is known color: Maverick. HEX triplet: CF, A9 and BE. RGB value is (207,169,190). Sum of RGB (Red+Green+Blue) = 207+169+190=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9BE is #305641. Grayscale: #B6B6B6. Windows color (decimal): -3167810 or 12495311. OLE color: 12495311.

HSL color Cylindrical-coordinate representation of color #CFA9BE: hue angle of 326.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9BE is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 190 -
CMYK 0 0.18 0.08 0.19
HSL 326.84º 0.28% 0.74% -
HSV(B) 326.84º 0.18% 0.81% -
XYZ 49.21 45.36 54.88 -
YUV 182.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 207 169 190 0 0.18 0.08 0.19 326.84 0.28 0.74
Hex CF A9 BE 0 12 8 13 147 1C 4A
Octal 317 251 276 0 22 10 23 507 34 112
Binary 11001111 10101001 10111110 0 10010 1000 10011 101000111 11100 1001010

Color Harmonies of #CFA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9BE

Black with #CFA9BE

Text Example


Text Example

White with #CFA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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