Html Css Color HEX #CF725F Japonica

📋 copy color: '#CF725F'

red 207 ◦ green 114 ◦ blue 95

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

Shades of Japonica #CF725F

Tints of Japonica #CF725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 49.76%
G = 27.4%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF725F (or 0xCF725F) is known color: Japonica. HEX triplet: CF, 72 and 5F. RGB value is (207,114,95). Sum of RGB (Red+Green+Blue) = 207+114+95=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF725F is #308DA0. Grayscale: #8B8B8B. Windows color (decimal): -3181985 or 6255311. OLE color: 6255311.

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

Color convert

RGB 207 114 95 -
CMYK 0 0.45 0.54 0.19
HSL 10.18º 0.54% 0.59% -
HSV(B) 10.18º 0.54% 0.81% -
XYZ 33.82 26.13 14.09 -
YUV 139.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 207 114 95 0 0.45 0.54 0.19 10.18 0.54 0.59
Hex CF 72 5F 0 2D 36 13 A 36 3B
Octal 317 162 137 0 55 66 23 12 66 73
Binary 11001111 1110010 1011111 0 101101 110110 10011 1010 110110 111011

Color Harmonies of #CF725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF725F

Black with #CF725F

Text Example


Text Example

White with #CF725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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