Html Css Color HEX #CA785C Japonica

📋 copy color: '#CA785C'

red 202 ◦ green 120 ◦ blue 92

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

Shades of Japonica #CA785C

Tints of Japonica #CA785C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 48.79%
G = 28.99%
B = 22.22%

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

#CA785C (or 0xCA785C) is known color: Japonica. HEX triplet: CA, 78 and 5C. RGB value is (202,120,92). Sum of RGB (Red+Green+Blue) = 202+120+92=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA785C is #3587A3. Grayscale: #8D8D8D. Windows color (decimal): -3508132 or 6060234. OLE color: 6060234.

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

Color convert

RGB 202 120 92 -
CMYK 0 0.41 0.54 0.21
HSL 15.27º 0.51% 0.58% -
HSV(B) 15.27º 0.54% 0.79% -
XYZ 33.01 26.76 13.55 -
YUV 141.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 202 120 92 0 0.41 0.54 0.21 15.27 0.51 0.58
Hex CA 78 5C 0 29 36 15 F 33 3A
Octal 312 170 134 0 51 66 25 17 63 72
Binary 11001010 1111000 1011100 0 101001 110110 10101 1111 110011 111010

Color Harmonies of #CA785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA785C

Black with #CA785C

Text Example


Text Example

White with #CA785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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