Html Css Color HEX #CA7354 Japonica

📋 copy color: '#CA7354'

red 202 ◦ green 115 ◦ blue 84

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

Shades of Japonica #CA7354

Tints of Japonica #CA7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 50.37%
G = 28.68%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA7354 (or 0xCA7354) is known color: Japonica. HEX triplet: CA, 73 and 54. RGB value is (202,115,84). Sum of RGB (Red+Green+Blue) = 202+115+84=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7354 is #358CAB. Grayscale: #898989. Windows color (decimal): -3509420 or 5534666. OLE color: 5534666.

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

Color convert

RGB 202 115 84 -
CMYK 0 0.43 0.58 0.21
HSL 15.76º 0.53% 0.56% -
HSV(B) 15.76º 0.58% 0.79% -
XYZ 32.09 25.46 11.61 -
YUV 137.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 202 115 84 0 0.43 0.58 0.21 15.76 0.53 0.56
Hex CA 73 54 0 2B 3A 15 10 35 38
Octal 312 163 124 0 53 72 25 20 65 70
Binary 11001010 1110011 1010100 0 101011 111010 10101 10000 110101 111000

Color Harmonies of #CA7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7354

Black with #CA7354

Text Example


Text Example

White with #CA7354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7354; }

 p { color: rgb(202,115,84); }

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

background-color css

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

 a { background-color: rgb(202,115,84); }

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

border-color css

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

 span { border-color: rgb(202,115,84); }

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