Html Css Color HEX #CF464B Mandy

📋 copy color: '#CF464B'

red 207 ◦ green 70 ◦ blue 75

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

Shades of Mandy #CF464B

Tints of Mandy #CF464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 58.81%
G = 19.89%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF464B (or 0xCF464B) is known color: Mandy. HEX triplet: CF, 46 and 4B. RGB value is (207,70,75). Sum of RGB (Red+Green+Blue) = 207+70+75=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF464B is #30B9B4. Grayscale: #6F6F6F. Windows color (decimal): -3193269 or 4933327. OLE color: 4933327.

HSL color Cylindrical-coordinate representation of color #CF464B: hue angle of 357.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF464B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 75 -
CMYK 0 0.66 0.64 0.19
HSL 357.81º 0.59% 0.54% -
HSV(B) 357.81º 0.66% 0.81% -
XYZ 29.19 18.15 8.62 -
YUV 111.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 207 70 75 0 0.66 0.64 0.19 357.81 0.59 0.54
Hex CF 46 4B 0 42 40 13 166 3B 36
Octal 317 106 113 0 102 100 23 546 73 66
Binary 11001111 1000110 1001011 0 1000010 1000000 10011 101100110 111011 110110

Color Harmonies of #CF464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF464B

Black with #CF464B

Text Example


Text Example

White with #CF464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF464B; }

 p { color: rgb(207,70,75); }

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

background-color css

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

 a { background-color: rgb(207,70,75); }

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

border-color css

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

 span { border-color: rgb(207,70,75); }

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