Html Css Color HEX #CA795F Japonica

📋 copy color: '#CA795F'

red 202 ◦ green 121 ◦ blue 95

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

Shades of Japonica #CA795F

Tints of Japonica #CA795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 48.33%
G = 28.95%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA795F (or 0xCA795F) is known color: Japonica. HEX triplet: CA, 79 and 5F. RGB value is (202,121,95). Sum of RGB (Red+Green+Blue) = 202+121+95=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA795F is #3586A0. Grayscale: #8E8E8E. Windows color (decimal): -3507873 or 6257098. OLE color: 6257098.

HSL color Cylindrical-coordinate representation of color #CA795F: hue angle of 14.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA795F is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 95 -
CMYK 0 0.40 0.53 0.21
HSL 14.58º 0.5% 0.58% -
HSV(B) 14.58º 0.53% 0.79% -
XYZ 33.26 27.06 14.3 -
YUV 142.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 202 121 95 0 0.40 0.53 0.21 14.58 0.5 0.58
Hex CA 79 5F 0 28 35 15 F 32 3A
Octal 312 171 137 0 50 65 25 17 62 72
Binary 11001010 1111001 1011111 0 101000 110101 10101 1111 110010 111010

Color Harmonies of #CA795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA795F

Black with #CA795F

Text Example


Text Example

White with #CA795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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