Html Css Color HEX #CA7963 Japonica

📋 copy color: '#CA7963'

red 202 ◦ green 121 ◦ blue 99

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

Shades of Japonica #CA7963

Tints of Japonica #CA7963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

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

R = 47.87%
G = 28.67%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7963 (or 0xCA7963) is known color: Japonica. HEX triplet: CA, 79 and 63. RGB value is (202,121,99). Sum of RGB (Red+Green+Blue) = 202+121+99=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7963 is #35869C. Grayscale: #8E8E8E. Windows color (decimal): -3507869 or 6519242. OLE color: 6519242.

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

Color convert

RGB 202 121 99 -
CMYK 0 0.40 0.51 0.21
HSL 12.82º 0.49% 0.59% -
HSV(B) 12.82º 0.51% 0.79% -
XYZ 33.45 27.13 15.28 -
YUV 142.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 202 121 99 0 0.40 0.51 0.21 12.82 0.49 0.59
Hex CA 79 63 0 28 33 15 D 31 3B
Octal 312 171 143 0 50 63 25 15 61 73
Binary 11001010 1111001 1100011 0 101000 110011 10101 1101 110001 111011

Color Harmonies of #CA7963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7963

Black with #CA7963

Text Example


Text Example

White with #CA7963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7963; }

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

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

background-color css

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

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

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

border-color css

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

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

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