#CA6F5E

Color #CA6F5E Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #CA6F5E

Tints of Japonica #CA6F5E

Color information

#CA6F5E (or 0xCA6F5E) is unknown color: approx Japonica. HEX triplet: CA, 6F and 5E. RGB value is (202,111,94). Sum of RGB (Red+Green+Blue) = 202+111+94=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F5E is #3590A1. Grayscale: #888888. Windows color (decimal): -3510434 or 6189002. OLE color: 6189002.

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

Color convert

RGB20211194-
CMYK00.450.530.21
HSL9.44º50.47%58.04%-
HSV(B)9.44º53.47%79.22%-
XYZ32.0624.7313.67-
YUV136.27104.15174.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 111 (43.75% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=49.63%
G=27.27%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021119400.450.530.219.4450.4758.04
HexCA6F5E02D35159323a
Octal3121571360556525116272
Binary11001010110111110111100101101110101101011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F5E; }

 p { color: rgb(202,111,94); }

 H1.HeaderClassName
 {
   color: #CA6F5E;
 }
 .AnyTagClassName
 {
   color: #CA6F5E;
 }
</style>
background-color css

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

 a { background-color: rgb(202,111,94); }

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

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

 span { border-color: rgb(202,111,94); }

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