Html Css Color HEX #CA745D Japonica

📋 copy color: '#CA745D'

red 202 ◦ green 116 ◦ blue 93

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

Shades of Japonica #CA745D

Tints of Japonica #CA745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

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

R = 49.15%
G = 28.22%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA745D (or 0xCA745D) is known color: Japonica. HEX triplet: CA, 74 and 5D. RGB value is (202,116,93). Sum of RGB (Red+Green+Blue) = 202+116+93=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA745D is #358BA2. Grayscale: #8B8B8B. Windows color (decimal): -3509155 or 6124746. OLE color: 6124746.

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

Color convert

RGB 202 116 93 -
CMYK 0 0.43 0.54 0.21
HSL 12.66º 0.51% 0.58% -
HSV(B) 12.66º 0.54% 0.79% -
XYZ 32.58 25.84 13.63 -
YUV 139.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 202 116 93 0 0.43 0.54 0.21 12.66 0.51 0.58
Hex CA 74 5D 0 2B 36 15 D 33 3A
Octal 312 164 135 0 53 66 25 15 63 72
Binary 11001010 1110100 1011101 0 101011 110110 10101 1101 110011 111010

Color Harmonies of #CA745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA745D

Black with #CA745D

Text Example


Text Example

White with #CA745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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