Html Css Color HEX #CA735A Japonica

📋 copy color: '#CA735A'

red 202 ◦ green 115 ◦ blue 90

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

Shades of Japonica #CA735A

Tints of Japonica #CA735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 49.63%
G = 28.26%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA735A (or 0xCA735A) is known color: Japonica. HEX triplet: CA, 73 and 5A. RGB value is (202,115,90). Sum of RGB (Red+Green+Blue) = 202+115+90=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA735A is #358CA5. Grayscale: #8A8A8A. Windows color (decimal): -3509414 or 5927882. OLE color: 5927882.

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

Color convert

RGB 202 115 90 -
CMYK 0 0.43 0.55 0.21
HSL 13.39º 0.51% 0.57% -
HSV(B) 13.39º 0.55% 0.79% -
XYZ 32.33 25.56 12.9 -
YUV 138.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 202 115 90 0 0.43 0.55 0.21 13.39 0.51 0.57
Hex CA 73 5A 0 2B 37 15 D 33 39
Octal 312 163 132 0 53 67 25 15 63 71
Binary 11001010 1110011 1011010 0 101011 110111 10101 1101 110011 111001

Color Harmonies of #CA735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA735A

Black with #CA735A

Text Example


Text Example

White with #CA735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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