Html Css Color HEX #CFAEBD Maverick

📋 copy color: '#CFAEBD'

red 207 ◦ green 174 ◦ blue 189

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

Shades of Maverick #CFAEBD

Tints of Maverick #CFAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 36.32%
G = 30.53%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFAEBD (or 0xCFAEBD) is known color: Maverick. HEX triplet: CF, AE and BD. RGB value is (207,174,189). Sum of RGB (Red+Green+Blue) = 207+174+189=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEBD is #305142. Grayscale: #B9B9B9. Windows color (decimal): -3166531 or 12431055. OLE color: 12431055.

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

Color convert

RGB 207 174 189 -
CMYK 0 0.16 0.09 0.19
HSL 332.73º 0.26% 0.75% -
HSV(B) 332.73º 0.16% 0.81% -
XYZ 50.05 47.21 54.62 -
YUV 185.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 207 174 189 0 0.16 0.09 0.19 332.73 0.26 0.75
Hex CF AE BD 0 10 9 13 14D 1A 4B
Octal 317 256 275 0 20 11 23 515 32 113
Binary 11001111 10101110 10111101 0 10000 1001 10011 101001101 11010 1001011

Color Harmonies of #CFAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEBD

Black with #CFAEBD

Text Example


Text Example

White with #CFAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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