Html Css Color HEX #CA775D Japonica

📋 copy color: '#CA775D'

red 202 ◦ green 119 ◦ blue 93

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

Shades of Japonica #CA775D

Tints of Japonica #CA775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

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

R = 48.79%
G = 28.74%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA775D (or 0xCA775D) is known color: Japonica. HEX triplet: CA, 77 and 5D. RGB value is (202,119,93). Sum of RGB (Red+Green+Blue) = 202+119+93=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA775D is #3588A2. Grayscale: #8D8D8D. Windows color (decimal): -3508387 or 6125514. OLE color: 6125514.

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

Color convert

RGB 202 119 93 -
CMYK 0 0.41 0.54 0.21
HSL 14.31º 0.51% 0.58% -
HSV(B) 14.31º 0.54% 0.79% -
XYZ 32.93 26.54 13.74 -
YUV 140.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 202 119 93 0 0.41 0.54 0.21 14.31 0.51 0.58
Hex CA 77 5D 0 29 36 15 E 33 3A
Octal 312 167 135 0 51 66 25 16 63 72
Binary 11001010 1110111 1011101 0 101001 110110 10101 1110 110011 111010

Color Harmonies of #CA775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA775D

Black with #CA775D

Text Example


Text Example

White with #CA775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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