Html Css Color HEX #CF7459 Japonica

📋 copy color: '#CF7459'

red 207 ◦ green 116 ◦ blue 89

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

Shades of Japonica #CF7459

Tints of Japonica #CF7459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

 BLUE value IS 89 (35.16% from 255) = 21.6%

R = 50.24%
G = 28.16%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7459 (or 0xCF7459) is known color: Japonica. HEX triplet: CF, 74 and 59. RGB value is (207,116,89). Sum of RGB (Red+Green+Blue) = 207+116+89=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7459 is #308BA6. Grayscale: #8C8C8C. Windows color (decimal): -3181479 or 5862607. OLE color: 5862607.

HSL color Cylindrical-coordinate representation of color #CF7459: hue angle of 13.73º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7459 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 89 -
CMYK 0 0.44 0.57 0.19
HSL 13.73º 0.55% 0.58% -
HSV(B) 13.73º 0.57% 0.81% -
XYZ 33.78 26.48 12.78 -
YUV 140.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 207 116 89 0 0.44 0.57 0.19 13.73 0.55 0.58
Hex CF 74 59 0 2C 39 13 E 37 3A
Octal 317 164 131 0 54 71 23 16 67 72
Binary 11001111 1110100 1011001 0 101100 111001 10011 1110 110111 111010

Color Harmonies of #CF7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7459

Black with #CF7459

Text Example


Text Example

White with #CF7459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7459; }

 p { color: rgb(207,116,89); }

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

background-color css

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

 a { background-color: rgb(207,116,89); }

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

border-color css

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

 span { border-color: rgb(207,116,89); }

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