Html Css Color HEX #CFADC7 Maverick

📋 copy color: '#CFADC7'

red 207 ◦ green 173 ◦ blue 199

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

Shades of Maverick #CFADC7

Tints of Maverick #CFADC7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.88%

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

R = 35.75%
G = 29.88%
B = 34.37%

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

#CFADC7 (or 0xCFADC7) is known color: Maverick. HEX triplet: CF, AD and C7. RGB value is (207,173,199). Sum of RGB (Red+Green+Blue) = 207+173+199=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADC7 is #305238. Grayscale: #BABABA. Windows color (decimal): -3166777 or 13086159. OLE color: 13086159.

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

Color convert

RGB 207 173 199 -
CMYK 0 0.16 0.04 0.19
HSL 314.12º 0.26% 0.75% -
HSV(B) 314.12º 0.16% 0.81% -
XYZ 50.98 47.28 60.47 -
YUV 186.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 207 173 199 0 0.16 0.04 0.19 314.12 0.26 0.75
Hex CF AD C7 0 10 4 13 13A 1A 4B
Octal 317 255 307 0 20 4 23 472 32 113
Binary 11001111 10101101 11000111 0 10000 100 10011 100111010 11010 1001011

Color Harmonies of #CFADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADC7

Black with #CFADC7

Text Example


Text Example

White with #CFADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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