Html Css Color HEX #CFAFC4 Maverick

📋 copy color: '#CFAFC4'

red 207 ◦ green 175 ◦ blue 196

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

Shades of Maverick #CFAFC4

Tints of Maverick #CFAFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.91%

R = 35.81%
G = 30.28%
B = 33.91%

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

#CFAFC4 (or 0xCFAFC4) is known color: Maverick. HEX triplet: CF, AF and C4. RGB value is (207,175,196). Sum of RGB (Red+Green+Blue) = 207+175+196=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC4 is #30503B. Grayscale: #BABABA. Windows color (decimal): -3166268 or 12890063. OLE color: 12890063.

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

Color convert

RGB 207 175 196 -
CMYK 0 0.15 0.05 0.19
HSL 320.63º 0.25% 0.75% -
HSV(B) 320.63º 0.15% 0.81% -
XYZ 51.03 47.91 58.78 -
YUV 186.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 207 175 196 0 0.15 0.05 0.19 320.63 0.25 0.75
Hex CF AF C4 0 F 5 13 141 19 4B
Octal 317 257 304 0 17 5 23 501 31 113
Binary 11001111 10101111 11000100 0 1111 101 10011 101000001 11001 1001011

Color Harmonies of #CFAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFC4

Black with #CFAFC4

Text Example


Text Example

White with #CFAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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