Html Css Color HEX #CA795C Japonica

📋 copy color: '#CA795C'

red 202 ◦ green 121 ◦ blue 92

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

Shades of Japonica #CA795C

Tints of Japonica #CA795C

RGB

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

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

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

R = 48.67%
G = 29.16%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA795C (or 0xCA795C) is known color: Japonica. HEX triplet: CA, 79 and 5C. RGB value is (202,121,92). Sum of RGB (Red+Green+Blue) = 202+121+92=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA795C is #3586A3. Grayscale: #8E8E8E. Windows color (decimal): -3507876 or 6060490. OLE color: 6060490.

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

Color convert

RGB 202 121 92 -
CMYK 0 0.40 0.54 0.21
HSL 15.82º 0.51% 0.58% -
HSV(B) 15.82º 0.54% 0.79% -
XYZ 33.13 27 13.59 -
YUV 141.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 202 121 92 0 0.40 0.54 0.21 15.82 0.51 0.58
Hex CA 79 5C 0 28 36 15 10 33 3A
Octal 312 171 134 0 50 66 25 20 63 72
Binary 11001010 1111001 1011100 0 101000 110110 10101 10000 110011 111010

Color Harmonies of #CA795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA795C

Black with #CA795C

Text Example


Text Example

White with #CA795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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