Html Css Color HEX #CF725A Japonica

📋 copy color: '#CF725A'

red 207 ◦ green 114 ◦ blue 90

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

Shades of Japonica #CF725A

Tints of Japonica #CF725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 50.36%
G = 27.74%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF725A (or 0xCF725A) is known color: Japonica. HEX triplet: CF, 72 and 5A. RGB value is (207,114,90). Sum of RGB (Red+Green+Blue) = 207+114+90=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF725A is #308DA5. Grayscale: #8B8B8B. Windows color (decimal): -3181990 or 5927631. OLE color: 5927631.

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

Color convert

RGB 207 114 90 -
CMYK 0 0.45 0.57 0.19
HSL 12.31º 0.55% 0.58% -
HSV(B) 12.31º 0.57% 0.81% -
XYZ 33.59 26.04 12.93 -
YUV 139.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 207 114 90 0 0.45 0.57 0.19 12.31 0.55 0.58
Hex CF 72 5A 0 2D 39 13 C 37 3A
Octal 317 162 132 0 55 71 23 14 67 72
Binary 11001111 1110010 1011010 0 101101 111001 10011 1100 110111 111010

Color Harmonies of #CF725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF725A

Black with #CF725A

Text Example


Text Example

White with #CF725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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