Html Css Color HEX #CFAFC3 Maverick

📋 copy color: '#CFAFC3'

red 207 ◦ green 175 ◦ blue 195

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

Shades of Maverick #CFAFC3

Tints of Maverick #CFAFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.8%

R = 35.88%
G = 30.33%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CFAFC3 (or 0xCFAFC3) is known color: Maverick. HEX triplet: CF, AF and C3. RGB value is (207,175,195). Sum of RGB (Red+Green+Blue) = 207+175+195=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC3 is #30503C. Grayscale: #BABABA. Windows color (decimal): -3166269 or 12824527. OLE color: 12824527.

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

Color convert

RGB 207 175 195 -
CMYK 0 0.15 0.06 0.19
HSL 322.5º 0.25% 0.75% -
HSV(B) 322.5º 0.15% 0.81% -
XYZ 50.91 47.87 58.19 -
YUV 186.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 207 175 195 0 0.15 0.06 0.19 322.5 0.25 0.75
Hex CF AF C3 0 F 6 13 142 19 4B
Octal 317 257 303 0 17 6 23 502 31 113
Binary 11001111 10101111 11000011 0 1111 110 10011 101000010 11001 1001011

Color Harmonies of #CFAFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFC3

Black with #CFAFC3

Text Example


Text Example

White with #CFAFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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