Html Css Color HEX #CF7157 Japonica

📋 copy color: '#CF7157'

red 207 ◦ green 113 ◦ blue 87

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

Shades of Japonica #CF7157

Tints of Japonica #CF7157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 50.86%
G = 27.76%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF7157 (or 0xCF7157) is known color: Japonica. HEX triplet: CF, 71 and 57. RGB value is (207,113,87). Sum of RGB (Red+Green+Blue) = 207+113+87=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7157 is #308EA8. Grayscale: #8A8A8A. Windows color (decimal): -3182249 or 5730767. OLE color: 5730767.

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

Color convert

RGB 207 113 87 -
CMYK 0 0.45 0.58 0.19
HSL 13º 0.56% 0.58% -
HSV(B) 13º 0.58% 0.81% -
XYZ 33.36 25.76 12.23 -
YUV 138.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 207 113 87 0 0.45 0.58 0.19 13 0.56 0.58
Hex CF 71 57 0 2D 3A 13 D 38 3A
Octal 317 161 127 0 55 72 23 15 70 72
Binary 11001111 1110001 1010111 0 101101 111010 10011 1101 111000 111010

Color Harmonies of #CF7157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7157

Black with #CF7157

Text Example


Text Example

White with #CF7157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7157; }

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

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

background-color css

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

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

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

border-color css

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

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

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