Html Css Color HEX #CA795A Japonica

📋 copy color: '#CA795A'

red 202 ◦ green 121 ◦ blue 90

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

Shades of Japonica #CA795A

Tints of Japonica #CA795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

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

R = 48.91%
G = 29.3%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA795A (or 0xCA795A) is known color: Japonica. HEX triplet: CA, 79 and 5A. RGB value is (202,121,90). Sum of RGB (Red+Green+Blue) = 202+121+90=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA795A is #3586A5. Grayscale: #8D8D8D. Windows color (decimal): -3507878 or 5929418. OLE color: 5929418.

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

Color convert

RGB 202 121 90 -
CMYK 0 0.40 0.55 0.21
HSL 16.61º 0.51% 0.57% -
HSV(B) 16.61º 0.55% 0.79% -
XYZ 33.04 26.97 13.14 -
YUV 141.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 202 121 90 0 0.40 0.55 0.21 16.61 0.51 0.57
Hex CA 79 5A 0 28 37 15 11 33 39
Octal 312 171 132 0 50 67 25 21 63 71
Binary 11001010 1111001 1011010 0 101000 110111 10101 10001 110011 111001

Color Harmonies of #CA795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA795A

Black with #CA795A

Text Example


Text Example

White with #CA795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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