Html Css Color HEX #CA785A Japonica

📋 copy color: '#CA785A'

red 202 ◦ green 120 ◦ blue 90

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

Shades of Japonica #CA785A

Tints of Japonica #CA785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.84%

R = 49.03%
G = 29.13%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA785A (or 0xCA785A) is known color: Japonica. HEX triplet: CA, 78 and 5A. RGB value is (202,120,90). Sum of RGB (Red+Green+Blue) = 202+120+90=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA785A is #3587A5. Grayscale: #8D8D8D. Windows color (decimal): -3508134 or 5929162. OLE color: 5929162.

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

Color convert

RGB 202 120 90 -
CMYK 0 0.41 0.55 0.21
HSL 16.07º 0.51% 0.57% -
HSV(B) 16.07º 0.55% 0.79% -
XYZ 32.92 26.73 13.1 -
YUV 141.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 202 120 90 0 0.41 0.55 0.21 16.07 0.51 0.57
Hex CA 78 5A 0 29 37 15 10 33 39
Octal 312 170 132 0 51 67 25 20 63 71
Binary 11001010 1111000 1011010 0 101001 110111 10101 10000 110011 111001

Color Harmonies of #CA785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA785A

Black with #CA785A

Text Example


Text Example

White with #CA785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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