Html Css Color HEX #CA7657 Japonica

📋 copy color: '#CA7657'

red 202 ◦ green 118 ◦ blue 87

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

Shades of Japonica #CA7657

Tints of Japonica #CA7657

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 49.63%
G = 28.99%
B = 21.38%

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

#CA7657 (or 0xCA7657) is known color: Japonica. HEX triplet: CA, 76 and 57. RGB value is (202,118,87). Sum of RGB (Red+Green+Blue) = 202+118+87=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7657 is #3589A8. Grayscale: #8B8B8B. Windows color (decimal): -3508649 or 5732042. OLE color: 5732042.

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

Color convert

RGB 202 118 87 -
CMYK 0 0.42 0.57 0.21
HSL 16.17º 0.52% 0.57% -
HSV(B) 16.17º 0.57% 0.79% -
XYZ 32.56 26.2 12.36 -
YUV 139.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 202 118 87 0 0.42 0.57 0.21 16.17 0.52 0.57
Hex CA 76 57 0 2A 39 15 10 34 39
Octal 312 166 127 0 52 71 25 20 64 71
Binary 11001010 1110110 1010111 0 101010 111001 10101 10000 110100 111001

Color Harmonies of #CA7657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7657

Black with #CA7657

Text Example


Text Example

White with #CA7657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7657; }

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

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

background-color css

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

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

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

border-color css

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

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

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