Html Css Color HEX #CFAFC5 Maverick

📋 copy color: '#CFAFC5'

red 207 ◦ green 175 ◦ blue 197

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

Shades of Maverick #CFAFC5

Tints of Maverick #CFAFC5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.22%

 BLUE value IS 197 (77.34% from 255) = 34.02%

R = 35.75%
G = 30.22%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CFAFC5 (or 0xCFAFC5) is known color: Maverick. HEX triplet: CF, AF and C5. RGB value is (207,175,197). Sum of RGB (Red+Green+Blue) = 207+175+197=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC5 is #30503A. Grayscale: #BBBBBB. Windows color (decimal): -3166267 or 12955599. OLE color: 12955599.

HSL color Cylindrical-coordinate representation of color #CFAFC5: hue angle of 318.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFC5 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 175 197 -
CMYK 0 0.15 0.05 0.19
HSL 318.75º 0.25% 0.75% -
HSV(B) 318.75º 0.15% 0.81% -
XYZ 51.14 47.96 59.38 -
YUV 187.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 207 175 197 0 0.15 0.05 0.19 318.75 0.25 0.75
Hex CF AF C5 0 F 5 13 13F 19 4B
Octal 317 257 305 0 17 5 23 477 31 113
Binary 11001111 10101111 11000101 0 1111 101 10011 100111111 11001 1001011

Color Harmonies of #CFAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFC5

Black with #CFAFC5

Text Example


Text Example

White with #CFAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFC5; }

 p { color: rgb(207,175,197); }

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

background-color css

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

 a { background-color: rgb(207,175,197); }

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

border-color css

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

 span { border-color: rgb(207,175,197); }

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