Html Css Color HEX #CFAEC7 Maverick

📋 copy color: '#CFAEC7'

red 207 ◦ green 174 ◦ blue 199

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

Shades of Maverick #CFAEC7

Tints of Maverick #CFAEC7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30%

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

R = 35.69%
G = 30%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFAEC7 (or 0xCFAEC7) is known color: Maverick. HEX triplet: CF, AE and C7. RGB value is (207,174,199). Sum of RGB (Red+Green+Blue) = 207+174+199=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC7 is #305138. Grayscale: #BABABA. Windows color (decimal): -3166521 or 13086415. OLE color: 13086415.

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

Color convert

RGB 207 174 199 -
CMYK 0 0.16 0.04 0.19
HSL 314.55º 0.26% 0.75% -
HSV(B) 314.55º 0.16% 0.81% -
XYZ 51.18 47.66 60.54 -
YUV 186.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 207 174 199 0 0.16 0.04 0.19 314.55 0.26 0.75
Hex CF AE C7 0 10 4 13 13B 1A 4B
Octal 317 256 307 0 20 4 23 473 32 113
Binary 11001111 10101110 11000111 0 10000 100 10011 100111011 11010 1001011

Color Harmonies of #CFAEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEC7

Black with #CFAEC7

Text Example


Text Example

White with #CFAEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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