Html Css Color HEX #CA785D Japonica

📋 copy color: '#CA785D'

red 202 ◦ green 120 ◦ blue 93

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

Shades of Japonica #CA785D

Tints of Japonica #CA785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 48.67%
G = 28.92%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA785D (or 0xCA785D) is known color: Japonica. HEX triplet: CA, 78 and 5D. RGB value is (202,120,93). Sum of RGB (Red+Green+Blue) = 202+120+93=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA785D is #3587A2. Grayscale: #8D8D8D. Windows color (decimal): -3508131 or 6125770. OLE color: 6125770.

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

Color convert

RGB 202 120 93 -
CMYK 0 0.41 0.54 0.21
HSL 14.86º 0.51% 0.58% -
HSV(B) 14.86º 0.54% 0.79% -
XYZ 33.05 26.78 13.78 -
YUV 141.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 202 120 93 0 0.41 0.54 0.21 14.86 0.51 0.58
Hex CA 78 5D 0 29 36 15 F 33 3A
Octal 312 170 135 0 51 66 25 17 63 72
Binary 11001010 1111000 1011101 0 101001 110110 10101 1111 110011 111010

Color Harmonies of #CA785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA785D

Black with #CA785D

Text Example


Text Example

White with #CA785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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