Html Css Color HEX #CF715F Japonica

📋 copy color: '#CF715F'

red 207 ◦ green 113 ◦ blue 95

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

Shades of Japonica #CF715F

Tints of Japonica #CF715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.23%

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 49.88%
G = 27.23%
B = 22.89%

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

#CF715F (or 0xCF715F) is known color: Japonica. HEX triplet: CF, 71 and 5F. RGB value is (207,113,95). Sum of RGB (Red+Green+Blue) = 207+113+95=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF715F is #308EA0. Grayscale: #8B8B8B. Windows color (decimal): -3182241 or 6255055. OLE color: 6255055.

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

Color convert

RGB 207 113 95 -
CMYK 0 0.45 0.54 0.19
HSL 9.64º 0.54% 0.59% -
HSV(B) 9.64º 0.54% 0.81% -
XYZ 33.7 25.9 14.05 -
YUV 139.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 207 113 95 0 0.45 0.54 0.19 9.64 0.54 0.59
Hex CF 71 5F 0 2D 36 13 A 36 3B
Octal 317 161 137 0 55 66 23 12 66 73
Binary 11001111 1110001 1011111 0 101101 110110 10011 1010 110110 111011

Color Harmonies of #CF715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF715F

Black with #CF715F

Text Example


Text Example

White with #CF715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF715F; }

 p { color: rgb(207,113,95); }

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

background-color css

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

 a { background-color: rgb(207,113,95); }

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

border-color css

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

 span { border-color: rgb(207,113,95); }

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