Html Css Color HEX #CA735D Japonica

📋 copy color: '#CA735D'

red 202 ◦ green 115 ◦ blue 93

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

Shades of Japonica #CA735D

Tints of Japonica #CA735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 49.27%
G = 28.05%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA735D (or 0xCA735D) is known color: Japonica. HEX triplet: CA, 73 and 5D. RGB value is (202,115,93). Sum of RGB (Red+Green+Blue) = 202+115+93=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA735D is #358CA2. Grayscale: #8A8A8A. Windows color (decimal): -3509411 or 6124490. OLE color: 6124490.

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

Color convert

RGB 202 115 93 -
CMYK 0 0.43 0.54 0.21
HSL 12.11º 0.51% 0.58% -
HSV(B) 12.11º 0.54% 0.79% -
XYZ 32.46 25.61 13.59 -
YUV 138.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 202 115 93 0 0.43 0.54 0.21 12.11 0.51 0.58
Hex CA 73 5D 0 2B 36 15 C 33 3A
Octal 312 163 135 0 53 66 25 14 63 72
Binary 11001010 1110011 1011101 0 101011 110110 10101 1100 110011 111010

Color Harmonies of #CA735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA735D

Black with #CA735D

Text Example


Text Example

White with #CA735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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