Html Css Color HEX #CF7458 Japonica

📋 copy color: '#CF7458'

red 207 ◦ green 116 ◦ blue 88

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

Shades of Japonica #CF7458

Tints of Japonica #CF7458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

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

R = 50.36%
G = 28.22%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7458 (or 0xCF7458) is known color: Japonica. HEX triplet: CF, 74 and 58. RGB value is (207,116,88). Sum of RGB (Red+Green+Blue) = 207+116+88=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7458 is #308BA7. Grayscale: #8C8C8C. Windows color (decimal): -3181480 or 5797071. OLE color: 5797071.

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

Color convert

RGB 207 116 88 -
CMYK 0 0.44 0.57 0.19
HSL 14.12º 0.55% 0.58% -
HSV(B) 14.12º 0.57% 0.81% -
XYZ 33.74 26.46 12.56 -
YUV 140.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 207 116 88 0 0.44 0.57 0.19 14.12 0.55 0.58
Hex CF 74 58 0 2C 39 13 E 37 3A
Octal 317 164 130 0 54 71 23 16 67 72
Binary 11001111 1110100 1011000 0 101100 111001 10011 1110 110111 111010

Color Harmonies of #CF7458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7458

Black with #CF7458

Text Example


Text Example

White with #CF7458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7458; }

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

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

background-color css

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

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

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

border-color css

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

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

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