Html Css Color HEX #CF7056 Japonica

📋 copy color: '#CF7056'

red 207 ◦ green 112 ◦ blue 86

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

Shades of Japonica #CF7056

Tints of Japonica #CF7056

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 86 (33.98% from 255) = 21.23%

R = 51.11%
G = 27.65%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF7056 (or 0xCF7056) is known color: Japonica. HEX triplet: CF, 70 and 56. RGB value is (207,112,86). Sum of RGB (Red+Green+Blue) = 207+112+86=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7056 is #308FA9. Grayscale: #898989. Windows color (decimal): -3182506 or 5664975. OLE color: 5664975.

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

Color convert

RGB 207 112 86 -
CMYK 0 0.46 0.58 0.19
HSL 12.89º 0.56% 0.57% -
HSV(B) 12.89º 0.58% 0.81% -
XYZ 33.21 25.53 11.98 -
YUV 137.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 207 112 86 0 0.46 0.58 0.19 12.89 0.56 0.57
Hex CF 70 56 0 2E 3A 13 D 38 39
Octal 317 160 126 0 56 72 23 15 70 71
Binary 11001111 1110000 1010110 0 101110 111010 10011 1101 111000 111001

Color Harmonies of #CF7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7056

Black with #CF7056

Text Example


Text Example

White with #CF7056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7056; }

 p { color: rgb(207,112,86); }

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

background-color css

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

 a { background-color: rgb(207,112,86); }

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

border-color css

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

 span { border-color: rgb(207,112,86); }

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