#CA6B5A

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

Shades of Japonica #CA6B5A

Tints of Japonica #CA6B5A

Color information

#CA6B5A (or 0xCA6B5A) is unknown color: approx Japonica. HEX triplet: CA, 6B and 5A. RGB value is (202,107,90). Sum of RGB (Red+Green+Blue) = 202+107+90=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B5A is #3594A5. Grayscale: #858585. Windows color (decimal): -3511462 or 5925834. OLE color: 5925834.

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

Color convert

RGB20210790-
CMYK00.470.550.21
HSL9.11º51.38%57.25%-
HSV(B)9.11º55.45%79.22%-
XYZ31.4623.8112.61-
YUV133.47103.47176.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=50.63%
G=26.82%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021079000.470.550.219.1151.3857.25
HexCA6B5A02F371593339
Octal3121531320576725116371
Binary11001010110101110110100101111110111101011001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B5A; }

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

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

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

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

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

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

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

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