Html Css Color HEX #CA725B Japonica

📋 copy color: '#CA725B'

red 202 ◦ green 114 ◦ blue 91

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

Shades of Japonica #CA725B

Tints of Japonica #CA725B

RGB

 RED value IS 202 (79.3% from 255) = 49.63%

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

 BLUE value IS 91 (35.94% from 255) = 22.36%

R = 49.63%
G = 28.01%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA725B (or 0xCA725B) is known color: Japonica. HEX triplet: CA, 72 and 5B. RGB value is (202,114,91). Sum of RGB (Red+Green+Blue) = 202+114+91=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA725B is #358DA4. Grayscale: #898989. Windows color (decimal): -3509669 or 5993162. OLE color: 5993162.

HSL color Cylindrical-coordinate representation of color #CA725B: hue angle of 12.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA725B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 91 -
CMYK 0 0.44 0.55 0.21
HSL 12.43º 0.51% 0.57% -
HSV(B) 12.43º 0.55% 0.79% -
XYZ 32.26 25.35 13.09 -
YUV 137.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 202 114 91 0 0.44 0.55 0.21 12.43 0.51 0.57
Hex CA 72 5B 0 2C 37 15 C 33 39
Octal 312 162 133 0 54 67 25 14 63 71
Binary 11001010 1110010 1011011 0 101100 110111 10101 1100 110011 111001

Color Harmonies of #CA725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA725B

Black with #CA725B

Text Example


Text Example

White with #CA725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA725B; }

 p { color: rgb(202,114,91); }

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

background-color css

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

 a { background-color: rgb(202,114,91); }

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

border-color css

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

 span { border-color: rgb(202,114,91); }

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