Html Css Color HEX #CFA9C4 Maverick

📋 copy color: '#CFA9C4'

red 207 ◦ green 169 ◦ blue 196

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

Shades of Maverick #CFA9C4

Tints of Maverick #CFA9C4

RGB

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

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

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

R = 36.19%
G = 29.55%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFA9C4 (or 0xCFA9C4) is known color: Maverick. HEX triplet: CF, A9 and C4. RGB value is (207,169,196). Sum of RGB (Red+Green+Blue) = 207+169+196=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9C4 is #30563B. Grayscale: #B7B7B7. Windows color (decimal): -3167804 or 12888527. OLE color: 12888527.

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

Color convert

RGB 207 169 196 -
CMYK 0 0.18 0.05 0.19
HSL 317.37º 0.28% 0.74% -
HSV(B) 317.37º 0.18% 0.81% -
XYZ 49.88 45.63 58.4 -
YUV 183.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 207 169 196 0 0.18 0.05 0.19 317.37 0.28 0.74
Hex CF A9 C4 0 12 5 13 13D 1C 4A
Octal 317 251 304 0 22 5 23 475 34 112
Binary 11001111 10101001 11000100 0 10010 101 10011 100111101 11100 1001010

Color Harmonies of #CFA9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9C4

Black with #CFA9C4

Text Example


Text Example

White with #CFA9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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