Html Css Color HEX #CA7259 Japonica

📋 copy color: '#CA7259'

red 202 ◦ green 114 ◦ blue 89

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

Shades of Japonica #CA7259

Tints of Japonica #CA7259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 49.88%
G = 28.15%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA7259 (or 0xCA7259) is known color: Japonica. HEX triplet: CA, 72 and 59. RGB value is (202,114,89). Sum of RGB (Red+Green+Blue) = 202+114+89=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7259 is #358DA6. Grayscale: #898989. Windows color (decimal): -3509671 or 5862090. OLE color: 5862090.

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

Color convert

RGB 202 114 89 -
CMYK 0 0.44 0.56 0.21
HSL 13.27º 0.52% 0.57% -
HSV(B) 13.27º 0.56% 0.79% -
XYZ 32.18 25.31 12.64 -
YUV 137.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 202 114 89 0 0.44 0.56 0.21 13.27 0.52 0.57
Hex CA 72 59 0 2C 38 15 D 34 39
Octal 312 162 131 0 54 70 25 15 64 71
Binary 11001010 1110010 1011001 0 101100 111000 10101 1101 110100 111001

Color Harmonies of #CA7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7259

Black with #CA7259

Text Example


Text Example

White with #CA7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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