Html Css Color HEX #CA7659 Japonica

📋 copy color: '#CA7659'

red 202 ◦ green 118 ◦ blue 89

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

Shades of Japonica #CA7659

Tints of Japonica #CA7659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.76%

R = 49.39%
G = 28.85%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA7659 (or 0xCA7659) is known color: Japonica. HEX triplet: CA, 76 and 59. RGB value is (202,118,89). Sum of RGB (Red+Green+Blue) = 202+118+89=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7659 is #3589A6. Grayscale: #8C8C8C. Windows color (decimal): -3508647 or 5863114. OLE color: 5863114.

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

Color convert

RGB 202 118 89 -
CMYK 0 0.42 0.56 0.21
HSL 15.4º 0.52% 0.57% -
HSV(B) 15.4º 0.56% 0.79% -
XYZ 32.64 26.23 12.79 -
YUV 139.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 202 118 89 0 0.42 0.56 0.21 15.4 0.52 0.57
Hex CA 76 59 0 2A 38 15 F 34 39
Octal 312 166 131 0 52 70 25 17 64 71
Binary 11001010 1110110 1011001 0 101010 111000 10101 1111 110100 111001

Color Harmonies of #CA7659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7659

Black with #CA7659

Text Example


Text Example

White with #CA7659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7659; }

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

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

background-color css

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

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

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

border-color css

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

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

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