Html Css Color HEX #CFAFC6 Maverick

📋 copy color: '#CFAFC6'

red 207 ◦ green 175 ◦ blue 198

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

Shades of Maverick #CFAFC6

Tints of Maverick #CFAFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.14%

R = 35.69%
G = 30.17%
B = 34.14%

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

#CFAFC6 (or 0xCFAFC6) is known color: Maverick. HEX triplet: CF, AF and C6. RGB value is (207,175,198). Sum of RGB (Red+Green+Blue) = 207+175+198=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC6 is #305039. Grayscale: #BBBBBB. Windows color (decimal): -3166266 or 13021135. OLE color: 13021135.

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

Color convert

RGB 207 175 198 -
CMYK 0 0.15 0.04 0.19
HSL 316.88º 0.25% 0.75% -
HSV(B) 316.88º 0.15% 0.81% -
XYZ 51.26 48 59.99 -
YUV 187.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 207 175 198 0 0.15 0.04 0.19 316.88 0.25 0.75
Hex CF AF C6 0 F 4 13 13D 19 4B
Octal 317 257 306 0 17 4 23 475 31 113
Binary 11001111 10101111 11000110 0 1111 100 10011 100111101 11001 1001011

Color Harmonies of #CFAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFC6

Black with #CFAFC6

Text Example


Text Example

White with #CFAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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