Html Css Color HEX #CA7360 Japonica

📋 copy color: '#CA7360'

red 202 ◦ green 115 ◦ blue 96

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

Shades of Japonica #CA7360

Tints of Japonica #CA7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 48.91%
G = 27.85%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7360 (or 0xCA7360) is known color: Japonica. HEX triplet: CA, 73 and 60. RGB value is (202,115,96). Sum of RGB (Red+Green+Blue) = 202+115+96=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7360 is #358C9F. Grayscale: #8B8B8B. Windows color (decimal): -3509408 or 6321098. OLE color: 6321098.

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

Color convert

RGB 202 115 96 -
CMYK 0 0.43 0.52 0.21
HSL 10.75º 0.5% 0.58% -
HSV(B) 10.75º 0.52% 0.79% -
XYZ 32.6 25.66 14.3 -
YUV 138.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 202 115 96 0 0.43 0.52 0.21 10.75 0.5 0.58
Hex CA 73 60 0 2B 34 15 B 32 3A
Octal 312 163 140 0 53 64 25 13 62 72
Binary 11001010 1110011 1100000 0 101011 110100 10101 1011 110010 111010

Color Harmonies of #CA7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7360

Black with #CA7360

Text Example


Text Example

White with #CA7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7360; }

 p { color: rgb(202,115,96); }

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

background-color css

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

 a { background-color: rgb(202,115,96); }

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

border-color css

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

 span { border-color: rgb(202,115,96); }

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