Html Css Color HEX #CA7159 Japonica

📋 copy color: '#CA7159'

red 202 ◦ green 113 ◦ blue 89

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

Shades of Japonica #CA7159

Tints of Japonica #CA7159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 50%
G = 27.97%
B = 22.03%

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

#CA7159 (or 0xCA7159) is known color: Japonica. HEX triplet: CA, 71 and 59. RGB value is (202,113,89). Sum of RGB (Red+Green+Blue) = 202+113+89=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7159 is #358EA6. Grayscale: #898989. Windows color (decimal): -3509927 or 5861834. OLE color: 5861834.

HSL color Cylindrical-coordinate representation of color #CA7159: hue angle of 12.74º 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 #CA7159 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 89 -
CMYK 0 0.44 0.56 0.21
HSL 12.74º 0.52% 0.57% -
HSV(B) 12.74º 0.56% 0.79% -
XYZ 32.07 25.09 12.6 -
YUV 136.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 202 113 89 0 0.44 0.56 0.21 12.74 0.52 0.57
Hex CA 71 59 0 2C 38 15 D 34 39
Octal 312 161 131 0 54 70 25 15 64 71
Binary 11001010 1110001 1011001 0 101100 111000 10101 1101 110100 111001

Color Harmonies of #CA7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7159

Black with #CA7159

Text Example


Text Example

White with #CA7159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7159; }

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

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

background-color css

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

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

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

border-color css

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

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

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