Html Css Color HEX #CFACC7 Maverick

📋 copy color: '#CFACC7'

red 207 ◦ green 172 ◦ blue 199

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

Shades of Maverick #CFACC7

Tints of Maverick #CFACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.76%

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

R = 35.81%
G = 29.76%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFACC7 (or 0xCFACC7) is known color: Maverick. HEX triplet: CF, AC and C7. RGB value is (207,172,199). Sum of RGB (Red+Green+Blue) = 207+172+199=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACC7 is #305338. Grayscale: #B9B9B9. Windows color (decimal): -3167033 or 13085903. OLE color: 13085903.

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

Color convert

RGB 207 172 199 -
CMYK 0 0.17 0.04 0.19
HSL 313.71º 0.27% 0.74% -
HSV(B) 313.71º 0.17% 0.81% -
XYZ 50.79 46.89 60.41 -
YUV 185.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 207 172 199 0 0.17 0.04 0.19 313.71 0.27 0.74
Hex CF AC C7 0 11 4 13 13A 1B 4A
Octal 317 254 307 0 21 4 23 472 33 112
Binary 11001111 10101100 11000111 0 10001 100 10011 100111010 11011 1001010

Color Harmonies of #CFACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACC7

Black with #CFACC7

Text Example


Text Example

White with #CFACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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