Html Css Color HEX #CFA0C4 Maverick

📋 copy color: '#CFA0C4'

red 207 ◦ green 160 ◦ blue 196

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

Shades of Maverick #CFA0C4

Tints of Maverick #CFA0C4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.42%

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 36.77%
G = 28.42%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFA0C4 (or 0xCFA0C4) is known color: Maverick. HEX triplet: CF, A0 and C4. RGB value is (207,160,196). Sum of RGB (Red+Green+Blue) = 207+160+196=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0C4 is #305F3B. Grayscale: #B2B2B2. Windows color (decimal): -3170108 or 12886223. OLE color: 12886223.

HSL color Cylindrical-coordinate representation of color #CFA0C4: hue angle of 314.04º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0C4 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 196 -
CMYK 0 0.23 0.05 0.19
HSL 314.04º 0.33% 0.72% -
HSV(B) 314.04º 0.23% 0.81% -
XYZ 48.27 42.39 57.86 -
YUV 178.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 207 160 196 0 0.23 0.05 0.19 314.04 0.33 0.72
Hex CF A0 C4 0 17 5 13 13A 21 48
Octal 317 240 304 0 27 5 23 472 41 110
Binary 11001111 10100000 11000100 0 10111 101 10011 100111010 100001 1001000

Color Harmonies of #CFA0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0C4

Black with #CFA0C4

Text Example


Text Example

White with #CFA0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0C4; }

 p { color: rgb(207,160,196); }

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

background-color css

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

 a { background-color: rgb(207,160,196); }

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

border-color css

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

 span { border-color: rgb(207,160,196); }

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