Html Css Color HEX #CA7863 Japonica

📋 copy color: '#CA7863'

red 202 ◦ green 120 ◦ blue 99

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

Shades of Japonica #CA7863

Tints of Japonica #CA7863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 47.98%
G = 28.5%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7863 (or 0xCA7863) is known color: Japonica. HEX triplet: CA, 78 and 63. RGB value is (202,120,99). Sum of RGB (Red+Green+Blue) = 202+120+99=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7863 is #35879C. Grayscale: #8E8E8E. Windows color (decimal): -3508125 or 6518986. OLE color: 6518986.

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

Color convert

RGB 202 120 99 -
CMYK 0 0.41 0.51 0.21
HSL 12.23º 0.49% 0.59% -
HSV(B) 12.23º 0.51% 0.79% -
XYZ 33.33 26.89 15.24 -
YUV 142.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 202 120 99 0 0.41 0.51 0.21 12.23 0.49 0.59
Hex CA 78 63 0 29 33 15 C 31 3B
Octal 312 170 143 0 51 63 25 14 61 73
Binary 11001010 1111000 1100011 0 101001 110011 10101 1100 110001 111011

Color Harmonies of #CA7863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7863

Black with #CA7863

Text Example


Text Example

White with #CA7863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7863; }

 p { color: rgb(202,120,99); }

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

background-color css

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

 a { background-color: rgb(202,120,99); }

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

border-color css

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

 span { border-color: rgb(202,120,99); }

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