Html Css Color HEX #CA7A5E Japonica

📋 copy color: '#CA7A5E'

red 202 ◦ green 122 ◦ blue 94

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

Shades of Japonica #CA7A5E

Tints of Japonica #CA7A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.19%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 48.33%
G = 29.19%
B = 22.49%

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

#CA7A5E (or 0xCA7A5E) is known color: Japonica. HEX triplet: CA, 7A and 5E. RGB value is (202,122,94). Sum of RGB (Red+Green+Blue) = 202+122+94=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A5E is #3585A1. Grayscale: #8E8E8E. Windows color (decimal): -3507618 or 6191818. OLE color: 6191818.

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

Color convert

RGB 202 122 94 -
CMYK 0 0.40 0.53 0.21
HSL 15.56º 0.5% 0.58% -
HSV(B) 15.56º 0.53% 0.79% -
XYZ 33.34 27.28 14.1 -
YUV 142.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 202 122 94 0 0.40 0.53 0.21 15.56 0.5 0.58
Hex CA 7A 5E 0 28 35 15 10 32 3A
Octal 312 172 136 0 50 65 25 20 62 72
Binary 11001010 1111010 1011110 0 101000 110101 10101 10000 110010 111010

Color Harmonies of #CA7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A5E

Black with #CA7A5E

Text Example


Text Example

White with #CA7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A5E; }

 p { color: rgb(202,122,94); }

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

background-color css

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

 a { background-color: rgb(202,122,94); }

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

border-color css

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

 span { border-color: rgb(202,122,94); }

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