Html Css Color HEX #CA7557 Japonica

📋 copy color: '#CA7557'

red 202 ◦ green 117 ◦ blue 87

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

Shades of Japonica #CA7557

Tints of Japonica #CA7557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 87 (34.38% from 255) = 21.43%

R = 49.75%
G = 28.82%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA7557 (or 0xCA7557) is known color: Japonica. HEX triplet: CA, 75 and 57. RGB value is (202,117,87). Sum of RGB (Red+Green+Blue) = 202+117+87=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7557 is #358AA8. Grayscale: #8B8B8B. Windows color (decimal): -3508905 or 5731786. OLE color: 5731786.

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

Color convert

RGB 202 117 87 -
CMYK 0 0.42 0.57 0.21
HSL 15.65º 0.52% 0.57% -
HSV(B) 15.65º 0.57% 0.79% -
XYZ 32.44 25.97 12.32 -
YUV 139 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 202 117 87 0 0.42 0.57 0.21 15.65 0.52 0.57
Hex CA 75 57 0 2A 39 15 10 34 39
Octal 312 165 127 0 52 71 25 20 64 71
Binary 11001010 1110101 1010111 0 101010 111001 10101 10000 110100 111001

Color Harmonies of #CA7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7557

Black with #CA7557

Text Example


Text Example

White with #CA7557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7557; }

 p { color: rgb(202,117,87); }

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

background-color css

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

 a { background-color: rgb(202,117,87); }

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

border-color css

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

 span { border-color: rgb(202,117,87); }

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