Html Css Color HEX #CF7260 Japonica

📋 copy color: '#CF7260'

red 207 ◦ green 114 ◦ blue 96

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

Shades of Japonica #CF7260

Tints of Japonica #CF7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

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

R = 49.64%
G = 27.34%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF7260 (or 0xCF7260) is known color: Japonica. HEX triplet: CF, 72 and 60. RGB value is (207,114,96). Sum of RGB (Red+Green+Blue) = 207+114+96=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7260 is #308D9F. Grayscale: #8B8B8B. Windows color (decimal): -3181984 or 6320847. OLE color: 6320847.

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

Color convert

RGB 207 114 96 -
CMYK 0 0.45 0.54 0.19
HSL 9.73º 0.54% 0.59% -
HSV(B) 9.73º 0.54% 0.81% -
XYZ 33.86 26.14 14.33 -
YUV 139.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 207 114 96 0 0.45 0.54 0.19 9.73 0.54 0.59
Hex CF 72 60 0 2D 36 13 A 36 3B
Octal 317 162 140 0 55 66 23 12 66 73
Binary 11001111 1110010 1100000 0 101101 110110 10011 1010 110110 111011

Color Harmonies of #CF7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7260

Black with #CF7260

Text Example


Text Example

White with #CF7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7260; }

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

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

background-color css

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

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

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

border-color css

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

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

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