Html Css Color HEX #CA7054 Japonica

📋 copy color: '#CA7054'

red 202 ◦ green 112 ◦ blue 84

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

Shades of Japonica #CA7054

Tints of Japonica #CA7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

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

R = 50.75%
G = 28.14%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA7054 (or 0xCA7054) is known color: Japonica. HEX triplet: CA, 70 and 54. RGB value is (202,112,84). Sum of RGB (Red+Green+Blue) = 202+112+84=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7054 is #358FAB. Grayscale: #878787. Windows color (decimal): -3510188 or 5533898. OLE color: 5533898.

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

Color convert

RGB 202 112 84 -
CMYK 0 0.45 0.58 0.21
HSL 14.24º 0.53% 0.56% -
HSV(B) 14.24º 0.58% 0.79% -
XYZ 31.75 24.78 11.5 -
YUV 135.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 202 112 84 0 0.45 0.58 0.21 14.24 0.53 0.56
Hex CA 70 54 0 2D 3A 15 E 35 38
Octal 312 160 124 0 55 72 25 16 65 70
Binary 11001010 1110000 1010100 0 101101 111010 10101 1110 110101 111000

Color Harmonies of #CA7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7054

Black with #CA7054

Text Example


Text Example

White with #CA7054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7054; }

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

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

background-color css

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

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

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

border-color css

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

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

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