Html Css Color HEX #CA765D Japonica

📋 copy color: '#CA765D'

red 202 ◦ green 118 ◦ blue 93

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

Shades of Japonica #CA765D

Tints of Japonica #CA765D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 48.91%
G = 28.57%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA765D (or 0xCA765D) is known color: Japonica. HEX triplet: CA, 76 and 5D. RGB value is (202,118,93). Sum of RGB (Red+Green+Blue) = 202+118+93=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA765D is #3589A2. Grayscale: #8C8C8C. Windows color (decimal): -3508643 or 6125258. OLE color: 6125258.

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

Color convert

RGB 202 118 93 -
CMYK 0 0.42 0.54 0.21
HSL 13.76º 0.51% 0.58% -
HSV(B) 13.76º 0.54% 0.79% -
XYZ 32.81 26.3 13.7 -
YUV 140.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 202 118 93 0 0.42 0.54 0.21 13.76 0.51 0.58
Hex CA 76 5D 0 2A 36 15 E 33 3A
Octal 312 166 135 0 52 66 25 16 63 72
Binary 11001010 1110110 1011101 0 101010 110110 10101 1110 110011 111010

Color Harmonies of #CA765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA765D

Black with #CA765D

Text Example


Text Example

White with #CA765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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