Html Css Color HEX #CF7158 Japonica

📋 copy color: '#CF7158'

red 207 ◦ green 113 ◦ blue 88

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

Shades of Japonica #CF7158

Tints of Japonica #CF7158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.57%

R = 50.74%
G = 27.7%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7158 (or 0xCF7158) is known color: Japonica. HEX triplet: CF, 71 and 58. RGB value is (207,113,88). Sum of RGB (Red+Green+Blue) = 207+113+88=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7158 is #308EA7. Grayscale: #8A8A8A. Windows color (decimal): -3182248 or 5796303. OLE color: 5796303.

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

Color convert

RGB 207 113 88 -
CMYK 0 0.45 0.57 0.19
HSL 12.61º 0.55% 0.58% -
HSV(B) 12.61º 0.57% 0.81% -
XYZ 33.4 25.78 12.45 -
YUV 138.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 207 113 88 0 0.45 0.57 0.19 12.61 0.55 0.58
Hex CF 71 58 0 2D 39 13 D 37 3A
Octal 317 161 130 0 55 71 23 15 67 72
Binary 11001111 1110001 1011000 0 101101 111001 10011 1101 110111 111010

Color Harmonies of #CF7158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7158

Black with #CF7158

Text Example


Text Example

White with #CF7158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7158; }

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

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

background-color css

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

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

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

border-color css

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

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

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