Html Css Color HEX #CA7463 Japonica

📋 copy color: '#CA7463'

red 202 ◦ green 116 ◦ blue 99

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

Shades of Japonica #CA7463

Tints of Japonica #CA7463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

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

R = 48.44%
G = 27.82%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7463 (or 0xCA7463) is known color: Japonica. HEX triplet: CA, 74 and 63. RGB value is (202,116,99). Sum of RGB (Red+Green+Blue) = 202+116+99=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7463 is #358B9C. Grayscale: #8B8B8B. Windows color (decimal): -3509149 or 6517962. OLE color: 6517962.

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

Color convert

RGB 202 116 99 -
CMYK 0 0.43 0.51 0.21
HSL 9.9º 0.49% 0.59% -
HSV(B) 9.9º 0.51% 0.79% -
XYZ 32.85 25.95 15.08 -
YUV 139.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 202 116 99 0 0.43 0.51 0.21 9.9 0.49 0.59
Hex CA 74 63 0 2B 33 15 A 31 3B
Octal 312 164 143 0 53 63 25 12 61 73
Binary 11001010 1110100 1100011 0 101011 110011 10101 1010 110001 111011

Color Harmonies of #CA7463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7463

Black with #CA7463

Text Example


Text Example

White with #CA7463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7463; }

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

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

background-color css

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

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

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

border-color css

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

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

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