Html Css Color HEX #CF7453 Japonica

📋 copy color: '#CF7453'

red 207 ◦ green 116 ◦ blue 83

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

Shades of Japonica #CF7453

Tints of Japonica #CF7453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 50.99%
G = 28.57%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF7453 (or 0xCF7453) is known color: Japonica. HEX triplet: CF, 74 and 53. RGB value is (207,116,83). Sum of RGB (Red+Green+Blue) = 207+116+83=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7453 is #308BAC. Grayscale: #8B8B8B. Windows color (decimal): -3181485 or 5469391. OLE color: 5469391.

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

Color convert

RGB 207 116 83 -
CMYK 0 0.44 0.60 0.19
HSL 15.97º 0.56% 0.57% -
HSV(B) 15.97º 0.6% 0.81% -
XYZ 33.54 26.38 11.51 -
YUV 139.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 207 116 83 0 0.44 0.60 0.19 15.97 0.56 0.57
Hex CF 74 53 0 2C 3C 13 10 38 39
Octal 317 164 123 0 54 74 23 20 70 71
Binary 11001111 1110100 1010011 0 101100 111100 10011 10000 111000 111001

Color Harmonies of #CF7453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7453

Black with #CF7453

Text Example


Text Example

White with #CF7453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7453; }

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

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

background-color css

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

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

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

border-color css

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

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

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