Html Css Color HEX #CF715D Japonica

📋 copy color: '#CF715D'

red 207 ◦ green 113 ◦ blue 93

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

Shades of Japonica #CF715D

Tints of Japonica #CF715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 50.12%
G = 27.36%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF715D (or 0xCF715D) is known color: Japonica. HEX triplet: CF, 71 and 5D. RGB value is (207,113,93). Sum of RGB (Red+Green+Blue) = 207+113+93=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF715D is #308EA2. Grayscale: #8A8A8A. Windows color (decimal): -3182243 or 6123983. OLE color: 6123983.

HSL color Cylindrical-coordinate representation of color #CF715D: hue angle of 10.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF715D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 93 -
CMYK 0 0.45 0.55 0.19
HSL 10.53º 0.54% 0.59% -
HSV(B) 10.53º 0.55% 0.81% -
XYZ 33.61 25.87 13.58 -
YUV 138.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 207 113 93 0 0.45 0.55 0.19 10.53 0.54 0.59
Hex CF 71 5D 0 2D 37 13 B 36 3B
Octal 317 161 135 0 55 67 23 13 66 73
Binary 11001111 1110001 1011101 0 101101 110111 10011 1011 110110 111011

Color Harmonies of #CF715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF715D

Black with #CF715D

Text Example


Text Example

White with #CF715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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