Html Css Color HEX #CF6B59 Japonica

📋 copy color: '#CF6B59'

red 207 ◦ green 107 ◦ blue 89

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

Shades of Japonica #CF6B59

Tints of Japonica #CF6B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

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

R = 51.36%
G = 26.55%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF6B59 (or 0xCF6B59) is known color: Japonica. HEX triplet: CF, 6B and 59. RGB value is (207,107,89). Sum of RGB (Red+Green+Blue) = 207+107+89=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B59 is #3094A6. Grayscale: #878787. Windows color (decimal): -3183783 or 5860303. OLE color: 5860303.

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

Color convert

RGB 207 107 89 -
CMYK 0 0.48 0.57 0.19
HSL 9.15º 0.55% 0.58% -
HSV(B) 9.15º 0.57% 0.81% -
XYZ 32.79 24.5 12.45 -
YUV 134.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 207 107 89 0 0.48 0.57 0.19 9.15 0.55 0.58
Hex CF 6B 59 0 30 39 13 9 37 3A
Octal 317 153 131 0 60 71 23 11 67 72
Binary 11001111 1101011 1011001 0 110000 111001 10011 1001 110111 111010

Color Harmonies of #CF6B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B59

Black with #CF6B59

Text Example


Text Example

White with #CF6B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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