#CA7B5A

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

Shades of Japonica #CA7B5A

Tints of Japonica #CA7B5A

Color information

#CA7B5A (or 0xCA7B5A) is unknown color: approx Japonica. HEX triplet: CA, 7B and 5A. RGB value is (202,123,90). Sum of RGB (Red+Green+Blue) = 202+123+90=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B5A is #3584A5. Grayscale: #8F8F8F. Windows color (decimal): -3507366 or 5929930. OLE color: 5929930.

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

Color convert

RGB20212390-
CMYK00.390.550.21
HSL17.68º51.38%57.25%-
HSV(B)17.68º55.45%79.22%-
XYZ33.2927.4613.22-
YUV142.8698.17170.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=48.67%
G=29.64%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021239000.390.550.2117.6851.3857.25
HexCA7B5A0273715123339
Octal3121731320476725226371
Binary110010101111011101101001001111101111010110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B5A; }

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

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

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

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

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

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

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

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