Html Css Color HEX #CA735C Japonica

📋 copy color: '#CA735C'

red 202 ◦ green 115 ◦ blue 92

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

Shades of Japonica #CA735C

Tints of Japonica #CA735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 49.39%
G = 28.12%
B = 22.49%

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

#CA735C (or 0xCA735C) is known color: Japonica. HEX triplet: CA, 73 and 5C. RGB value is (202,115,92). Sum of RGB (Red+Green+Blue) = 202+115+92=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA735C is #358CA3. Grayscale: #8A8A8A. Windows color (decimal): -3509412 or 6058954. OLE color: 6058954.

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

Color convert

RGB 202 115 92 -
CMYK 0 0.43 0.54 0.21
HSL 12.55º 0.51% 0.58% -
HSV(B) 12.55º 0.54% 0.79% -
XYZ 32.42 25.59 13.36 -
YUV 138.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 202 115 92 0 0.43 0.54 0.21 12.55 0.51 0.58
Hex CA 73 5C 0 2B 36 15 D 33 3A
Octal 312 163 134 0 53 66 25 15 63 72
Binary 11001010 1110011 1011100 0 101011 110110 10101 1101 110011 111010

Color Harmonies of #CA735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA735C

Black with #CA735C

Text Example


Text Example

White with #CA735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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