Html Css Color HEX #CF7559 Japonica

📋 copy color: '#CF7559'

red 207 ◦ green 117 ◦ blue 89

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

Shades of Japonica #CF7559

Tints of Japonica #CF7559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

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

R = 50.12%
G = 28.33%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7559 (or 0xCF7559) is known color: Japonica. HEX triplet: CF, 75 and 59. RGB value is (207,117,89). Sum of RGB (Red+Green+Blue) = 207+117+89=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7559 is #308AA6. Grayscale: #8C8C8C. Windows color (decimal): -3181223 or 5862863. OLE color: 5862863.

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

Color convert

RGB 207 117 89 -
CMYK 0 0.43 0.57 0.19
HSL 14.24º 0.55% 0.58% -
HSV(B) 14.24º 0.57% 0.81% -
XYZ 33.9 26.71 12.82 -
YUV 140.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 207 117 89 0 0.43 0.57 0.19 14.24 0.55 0.58
Hex CF 75 59 0 2B 39 13 E 37 3A
Octal 317 165 131 0 53 71 23 16 67 72
Binary 11001111 1110101 1011001 0 101011 111001 10011 1110 110111 111010

Color Harmonies of #CF7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7559

Black with #CF7559

Text Example


Text Example

White with #CF7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7559; }

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

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

background-color css

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

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

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

border-color css

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

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

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