Html Css Color HEX #CFADC8 Maverick

📋 copy color: '#CFADC8'

red 207 ◦ green 173 ◦ blue 200

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

Shades of Maverick #CFADC8

Tints of Maverick #CFADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 35.69%
G = 29.83%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CFADC8 (or 0xCFADC8) is known color: Maverick. HEX triplet: CF, AD and C8. RGB value is (207,173,200). Sum of RGB (Red+Green+Blue) = 207+173+200=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADC8 is #305237. Grayscale: #BABABA. Windows color (decimal): -3166776 or 13151695. OLE color: 13151695.

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

Color convert

RGB 207 173 200 -
CMYK 0 0.16 0.03 0.19
HSL 312.35º 0.26% 0.75% -
HSV(B) 312.35º 0.16% 0.81% -
XYZ 51.1 47.32 61.08 -
YUV 186.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 207 173 200 0 0.16 0.03 0.19 312.35 0.26 0.75
Hex CF AD C8 0 10 3 13 138 1A 4B
Octal 317 255 310 0 20 3 23 470 32 113
Binary 11001111 10101101 11001000 0 10000 11 10011 100111000 11010 1001011

Color Harmonies of #CFADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADC8

Black with #CFADC8

Text Example


Text Example

White with #CFADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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