Html Css Color HEX #CFADC0 Maverick

📋 copy color: '#CFADC0'

red 207 ◦ green 173 ◦ blue 192

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

Shades of Maverick #CFADC0

Tints of Maverick #CFADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.57%

R = 36.19%
G = 30.24%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CFADC0 (or 0xCFADC0) is known color: Maverick. HEX triplet: CF, AD and C0. RGB value is (207,173,192). Sum of RGB (Red+Green+Blue) = 207+173+192=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADC0 is #30523F. Grayscale: #B9B9B9. Windows color (decimal): -3166784 or 12627407. OLE color: 12627407.

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

Color convert

RGB 207 173 192 -
CMYK 0 0.16 0.07 0.19
HSL 326.47º 0.26% 0.75% -
HSV(B) 326.47º 0.16% 0.81% -
XYZ 50.19 46.96 56.29 -
YUV 185.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 207 173 192 0 0.16 0.07 0.19 326.47 0.26 0.75
Hex CF AD C0 0 10 7 13 146 1A 4B
Octal 317 255 300 0 20 7 23 506 32 113
Binary 11001111 10101101 11000000 0 10000 111 10011 101000110 11010 1001011

Color Harmonies of #CFADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADC0

Black with #CFADC0

Text Example


Text Example

White with #CFADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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