Html Css Color HEX #CA715D Japonica

📋 copy color: '#CA715D'

red 202 ◦ green 113 ◦ blue 93

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

Shades of Japonica #CA715D

Tints of Japonica #CA715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 49.51%
G = 27.7%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA715D (or 0xCA715D) is known color: Japonica. HEX triplet: CA, 71 and 5D. RGB value is (202,113,93). Sum of RGB (Red+Green+Blue) = 202+113+93=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA715D is #358EA2. Grayscale: #898989. Windows color (decimal): -3509923 or 6123978. OLE color: 6123978.

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

Color convert

RGB 202 113 93 -
CMYK 0 0.44 0.54 0.21
HSL 11.01º 0.51% 0.58% -
HSV(B) 11.01º 0.54% 0.79% -
XYZ 32.24 25.16 13.51 -
YUV 137.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 202 113 93 0 0.44 0.54 0.21 11.01 0.51 0.58
Hex CA 71 5D 0 2C 36 15 B 33 3A
Octal 312 161 135 0 54 66 25 13 63 72
Binary 11001010 1110001 1011101 0 101100 110110 10101 1011 110011 111010

Color Harmonies of #CA715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA715D

Black with #CA715D

Text Example


Text Example

White with #CA715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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