Html Css Color HEX #CF7452 Japonica

📋 copy color: '#CF7452'

red 207 ◦ green 116 ◦ blue 82

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

Shades of Japonica #CF7452

Tints of Japonica #CF7452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 51.11%
G = 28.64%
B = 20.25%

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

#CF7452 (or 0xCF7452) is known color: Japonica. HEX triplet: CF, 74 and 52. RGB value is (207,116,82). Sum of RGB (Red+Green+Blue) = 207+116+82=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7452 is #308BAD. Grayscale: #8B8B8B. Windows color (decimal): -3181486 or 5403855. OLE color: 5403855.

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

Color convert

RGB 207 116 82 -
CMYK 0 0.44 0.60 0.19
HSL 16.32º 0.57% 0.57% -
HSV(B) 16.32º 0.6% 0.81% -
XYZ 33.5 26.37 11.31 -
YUV 139.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 207 116 82 0 0.44 0.60 0.19 16.32 0.57 0.57
Hex CF 74 52 0 2C 3C 13 10 39 39
Octal 317 164 122 0 54 74 23 20 71 71
Binary 11001111 1110100 1010010 0 101100 111100 10011 10000 111001 111001

Color Harmonies of #CF7452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7452

Black with #CF7452

Text Example


Text Example

White with #CF7452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7452; }

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

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

background-color css

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

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

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

border-color css

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

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

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