Html Css Color HEX #CA785B Japonica

📋 copy color: '#CA785B'

red 202 ◦ green 120 ◦ blue 91

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

Shades of Japonica #CA785B

Tints of Japonica #CA785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 48.91%
G = 29.06%
B = 22.03%

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

#CA785B (or 0xCA785B) is known color: Japonica. HEX triplet: CA, 78 and 5B. RGB value is (202,120,91). Sum of RGB (Red+Green+Blue) = 202+120+91=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA785B is #3587A4. Grayscale: #8D8D8D. Windows color (decimal): -3508133 or 5994698. OLE color: 5994698.

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

Color convert

RGB 202 120 91 -
CMYK 0 0.41 0.55 0.21
HSL 15.68º 0.51% 0.57% -
HSV(B) 15.68º 0.55% 0.79% -
XYZ 32.96 26.74 13.32 -
YUV 141.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 202 120 91 0 0.41 0.55 0.21 15.68 0.51 0.57
Hex CA 78 5B 0 29 37 15 10 33 39
Octal 312 170 133 0 51 67 25 20 63 71
Binary 11001010 1111000 1011011 0 101001 110111 10101 10000 110011 111001

Color Harmonies of #CA785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA785B

Black with #CA785B

Text Example


Text Example

White with #CA785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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