Html Css Color HEX #CFA5BE Maverick

📋 copy color: '#CFA5BE'

red 207 ◦ green 165 ◦ blue 190

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

Shades of Maverick #CFA5BE

Tints of Maverick #CFA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.36%

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

R = 36.83%
G = 29.36%
B = 33.81%

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

#CFA5BE (or 0xCFA5BE) is known color: Maverick. HEX triplet: CF, A5 and BE. RGB value is (207,165,190). Sum of RGB (Red+Green+Blue) = 207+165+190=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5BE is #305A41. Grayscale: #B4B4B4. Windows color (decimal): -3168834 or 12494287. OLE color: 12494287.

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

Color convert

RGB 207 165 190 -
CMYK 0 0.20 0.08 0.19
HSL 324.29º 0.3% 0.73% -
HSV(B) 324.29º 0.2% 0.81% -
XYZ 48.48 43.89 54.63 -
YUV 180.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 207 165 190 0 0.20 0.08 0.19 324.29 0.3 0.73
Hex CF A5 BE 0 14 8 13 144 1E 49
Octal 317 245 276 0 24 10 23 504 36 111
Binary 11001111 10100101 10111110 0 10100 1000 10011 101000100 11110 1001001

Color Harmonies of #CFA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5BE

Black with #CFA5BE

Text Example


Text Example

White with #CFA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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