Html Css Color HEX #CA7053 Japonica

📋 copy color: '#CA7053'

red 202 ◦ green 112 ◦ blue 83

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

Shades of Japonica #CA7053

Tints of Japonica #CA7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 50.88%
G = 28.21%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA7053 (or 0xCA7053) is known color: Japonica. HEX triplet: CA, 70 and 53. RGB value is (202,112,83). Sum of RGB (Red+Green+Blue) = 202+112+83=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7053 is #358FAC. Grayscale: #878787. Windows color (decimal): -3510189 or 5468362. OLE color: 5468362.

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

Color convert

RGB 202 112 83 -
CMYK 0 0.45 0.59 0.21
HSL 14.62º 0.53% 0.56% -
HSV(B) 14.62º 0.59% 0.79% -
XYZ 31.71 24.77 11.29 -
YUV 135.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 202 112 83 0 0.45 0.59 0.21 14.62 0.53 0.56
Hex CA 70 53 0 2D 3B 15 F 35 38
Octal 312 160 123 0 55 73 25 17 65 70
Binary 11001010 1110000 1010011 0 101101 111011 10101 1111 110101 111000

Color Harmonies of #CA7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7053

Black with #CA7053

Text Example


Text Example

White with #CA7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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