Html Css Color HEX #CF7860 Japonica

📋 copy color: '#CF7860'

red 207 ◦ green 120 ◦ blue 96

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

Shades of Japonica #CF7860

Tints of Japonica #CF7860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 48.94%
G = 28.37%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF7860 (or 0xCF7860) is known color: Japonica. HEX triplet: CF, 78 and 60. RGB value is (207,120,96). Sum of RGB (Red+Green+Blue) = 207+120+96=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7860 is #30879F. Grayscale: #8F8F8F. Windows color (decimal): -3180448 or 6322383. OLE color: 6322383.

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

Color convert

RGB 207 120 96 -
CMYK 0 0.42 0.54 0.19
HSL 12.97º 0.54% 0.59% -
HSV(B) 12.97º 0.54% 0.81% -
XYZ 34.56 27.54 14.56 -
YUV 143.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 207 120 96 0 0.42 0.54 0.19 12.97 0.54 0.59
Hex CF 78 60 0 2A 36 13 D 36 3B
Octal 317 170 140 0 52 66 23 15 66 73
Binary 11001111 1111000 1100000 0 101010 110110 10011 1101 110110 111011

Color Harmonies of #CF7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7860

Black with #CF7860

Text Example


Text Example

White with #CF7860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7860; }

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

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

background-color css

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

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

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

border-color css

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

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

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