Html Css Color HEX #CA795B Japonica

📋 copy color: '#CA795B'

red 202 ◦ green 121 ◦ blue 91

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

Shades of Japonica #CA795B

Tints of Japonica #CA795B

RGB

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

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

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

R = 48.79%
G = 29.23%
B = 21.98%

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

#CA795B (or 0xCA795B) is known color: Japonica. HEX triplet: CA, 79 and 5B. RGB value is (202,121,91). Sum of RGB (Red+Green+Blue) = 202+121+91=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA795B is #3586A4. Grayscale: #8E8E8E. Windows color (decimal): -3507877 or 5994954. OLE color: 5994954.

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

Color convert

RGB 202 121 91 -
CMYK 0 0.40 0.55 0.21
HSL 16.22º 0.51% 0.57% -
HSV(B) 16.22º 0.55% 0.79% -
XYZ 33.08 26.99 13.36 -
YUV 141.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 202 121 91 0 0.40 0.55 0.21 16.22 0.51 0.57
Hex CA 79 5B 0 28 37 15 10 33 39
Octal 312 171 133 0 50 67 25 20 63 71
Binary 11001010 1111001 1011011 0 101000 110111 10101 10000 110011 111001

Color Harmonies of #CA795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA795B

Black with #CA795B

Text Example


Text Example

White with #CA795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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