Html Css Color HEX #CFA6C4 Maverick

📋 copy color: '#CFA6C4'

red 207 ◦ green 166 ◦ blue 196

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

Shades of Maverick #CFA6C4

Tints of Maverick #CFA6C4

RGB

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

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

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

R = 36.38%
G = 29.17%
B = 34.45%

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

#CFA6C4 (or 0xCFA6C4) is known color: Maverick. HEX triplet: CF, A6 and C4. RGB value is (207,166,196). Sum of RGB (Red+Green+Blue) = 207+166+196=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C4 is #30593B. Grayscale: #B5B5B5. Windows color (decimal): -3168572 or 12887759. OLE color: 12887759.

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

Color convert

RGB 207 166 196 -
CMYK 0 0.20 0.05 0.19
HSL 316.1º 0.3% 0.73% -
HSV(B) 316.1º 0.2% 0.81% -
XYZ 49.33 44.52 58.22 -
YUV 181.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 207 166 196 0 0.20 0.05 0.19 316.1 0.3 0.73
Hex CF A6 C4 0 14 5 13 13C 1E 49
Octal 317 246 304 0 24 5 23 474 36 111
Binary 11001111 10100110 11000100 0 10100 101 10011 100111100 11110 1001001

Color Harmonies of #CFA6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6C4

Black with #CFA6C4

Text Example


Text Example

White with #CFA6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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