#CA6F60

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

Shades of Japonica #CA6F60

Tints of Japonica #CA6F60

Color information

#CA6F60 (or 0xCA6F60) is unknown color: approx Japonica. HEX triplet: CA, 6F and 60. RGB value is (202,111,96). Sum of RGB (Red+Green+Blue) = 202+111+96=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F60 is #35909F. Grayscale: #888888. Windows color (decimal): -3510432 or 6320074. OLE color: 6320074.

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

Color convert

RGB20211196-
CMYK00.450.520.21
HSL8.49º50%58.43%-
HSV(B)8.49º52.48%79.22%-
XYZ32.1524.7714.15-
YUV136.5105.15174.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=49.39%
G=27.14%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021119600.450.520.218.495058.43
HexCA6F6002D34158323a
Octal3121571400556425106272
Binary11001010110111111000000101101110100101011000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F60; }

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

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

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

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

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

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

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

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