Html Css Color HEX #CFAFC7 Maverick

📋 copy color: '#CFAFC7'

red 207 ◦ green 175 ◦ blue 199

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

Shades of Maverick #CFAFC7

Tints of Maverick #CFAFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.12%

 BLUE value IS 199 (78.13% from 255) = 34.25%

R = 35.63%
G = 30.12%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFAFC7 (or 0xCFAFC7) is known color: Maverick. HEX triplet: CF, AF and C7. RGB value is (207,175,199). Sum of RGB (Red+Green+Blue) = 207+175+199=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC7 is #305038. Grayscale: #BBBBBB. Windows color (decimal): -3166265 or 13086671. OLE color: 13086671.

HSL color Cylindrical-coordinate representation of color #CFAFC7: hue angle of 315º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFC7 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 175 199 -
CMYK 0 0.15 0.04 0.19
HSL 315º 0.25% 0.75% -
HSV(B) 315º 0.15% 0.81% -
XYZ 51.37 48.05 60.6 -
YUV 187.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 207 175 199 0 0.15 0.04 0.19 315 0.25 0.75
Hex CF AF C7 0 F 4 13 13B 19 4B
Octal 317 257 307 0 17 4 23 473 31 113
Binary 11001111 10101111 11000111 0 1111 100 10011 100111011 11001 1001011

Color Harmonies of #CFAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFC7

Black with #CFAFC7

Text Example


Text Example

White with #CFAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFC7; }

 p { color: rgb(207,175,199); }

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

background-color css

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

 a { background-color: rgb(207,175,199); }

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

border-color css

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

 span { border-color: rgb(207,175,199); }

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