Html Css Color HEX #CF7859 Japonica

📋 copy color: '#CF7859'

red 207 ◦ green 120 ◦ blue 89

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

Shades of Japonica #CF7859

Tints of Japonica #CF7859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.85%

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

R = 49.76%
G = 28.85%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7859 (or 0xCF7859) is known color: Japonica. HEX triplet: CF, 78 and 59. RGB value is (207,120,89). Sum of RGB (Red+Green+Blue) = 207+120+89=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7859 is #3087A6. Grayscale: #8E8E8E. Windows color (decimal): -3180455 or 5863631. OLE color: 5863631.

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

Color convert

RGB 207 120 89 -
CMYK 0 0.42 0.57 0.19
HSL 15.76º 0.55% 0.58% -
HSV(B) 15.76º 0.57% 0.81% -
XYZ 34.25 27.42 12.94 -
YUV 142.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 207 120 89 0 0.42 0.57 0.19 15.76 0.55 0.58
Hex CF 78 59 0 2A 39 13 10 37 3A
Octal 317 170 131 0 52 71 23 20 67 72
Binary 11001111 1111000 1011001 0 101010 111001 10011 10000 110111 111010

Color Harmonies of #CF7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7859

Black with #CF7859

Text Example


Text Example

White with #CF7859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7859; }

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

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

background-color css

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

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

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

border-color css

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

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

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