Html Css Color HEX #CF6959 Japonica

📋 copy color: '#CF6959'

red 207 ◦ green 105 ◦ blue 89

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

Shades of Japonica #CF6959

Tints of Japonica #CF6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

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

R = 51.62%
G = 26.18%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF6959 (or 0xCF6959) is known color: Japonica. HEX triplet: CF, 69 and 59. RGB value is (207,105,89). Sum of RGB (Red+Green+Blue) = 207+105+89=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6959 is #3096A6. Grayscale: #858585. Windows color (decimal): -3184295 or 5859791. OLE color: 5859791.

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

Color convert

RGB 207 105 89 -
CMYK 0 0.49 0.57 0.19
HSL 8.14º 0.55% 0.58% -
HSV(B) 8.14º 0.57% 0.81% -
XYZ 32.59 24.09 12.38 -
YUV 133.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 207 105 89 0 0.49 0.57 0.19 8.14 0.55 0.58
Hex CF 69 59 0 31 39 13 8 37 3A
Octal 317 151 131 0 61 71 23 10 67 72
Binary 11001111 1101001 1011001 0 110001 111001 10011 1000 110111 111010

Color Harmonies of #CF6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6959

Black with #CF6959

Text Example


Text Example

White with #CF6959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6959; }

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

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

background-color css

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

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

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

border-color css

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

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

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