Html Css Color HEX #CA735F Japonica

📋 copy color: '#CA735F'

red 202 ◦ green 115 ◦ blue 95

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

Shades of Japonica #CA735F

Tints of Japonica #CA735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.06%

R = 49.03%
G = 27.91%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA735F (or 0xCA735F) is known color: Japonica. HEX triplet: CA, 73 and 5F. RGB value is (202,115,95). Sum of RGB (Red+Green+Blue) = 202+115+95=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA735F is #358CA0. Grayscale: #8A8A8A. Windows color (decimal): -3509409 or 6255562. OLE color: 6255562.

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

Color convert

RGB 202 115 95 -
CMYK 0 0.43 0.53 0.21
HSL 11.21º 0.5% 0.58% -
HSV(B) 11.21º 0.53% 0.79% -
XYZ 32.55 25.64 14.06 -
YUV 138.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 202 115 95 0 0.43 0.53 0.21 11.21 0.5 0.58
Hex CA 73 5F 0 2B 35 15 B 32 3A
Octal 312 163 137 0 53 65 25 13 62 72
Binary 11001010 1110011 1011111 0 101011 110101 10101 1011 110010 111010

Color Harmonies of #CA735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA735F

Black with #CA735F

Text Example


Text Example

White with #CA735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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