Html Css Color HEX #CF7254 Japonica

📋 copy color: '#CF7254'

red 207 ◦ green 114 ◦ blue 84

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

Shades of Japonica #CF7254

Tints of Japonica #CF7254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 51.11%
G = 28.15%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF7254 (or 0xCF7254) is known color: Japonica. HEX triplet: CF, 72 and 54. RGB value is (207,114,84). Sum of RGB (Red+Green+Blue) = 207+114+84=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7254 is #308DAB. Grayscale: #8A8A8A. Windows color (decimal): -3181996 or 5534415. OLE color: 5534415.

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

Color convert

RGB 207 114 84 -
CMYK 0 0.45 0.59 0.19
HSL 14.63º 0.56% 0.57% -
HSV(B) 14.63º 0.59% 0.81% -
XYZ 33.35 25.94 11.64 -
YUV 138.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 207 114 84 0 0.45 0.59 0.19 14.63 0.56 0.57
Hex CF 72 54 0 2D 3B 13 F 38 39
Octal 317 162 124 0 55 73 23 17 70 71
Binary 11001111 1110010 1010100 0 101101 111011 10011 1111 111000 111001

Color Harmonies of #CF7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7254

Black with #CF7254

Text Example


Text Example

White with #CF7254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7254; }

 p { color: rgb(207,114,84); }

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

background-color css

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

 a { background-color: rgb(207,114,84); }

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

border-color css

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

 span { border-color: rgb(207,114,84); }

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