Html Css Color HEX #CA7461 Japonica

📋 copy color: '#CA7461'

red 202 ◦ green 116 ◦ blue 97

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

Shades of Japonica #CA7461

Tints of Japonica #CA7461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 48.67%
G = 27.95%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7461 (or 0xCA7461) is known color: Japonica. HEX triplet: CA, 74 and 61. RGB value is (202,116,97). Sum of RGB (Red+Green+Blue) = 202+116+97=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7461 is #358B9E. Grayscale: #8B8B8B. Windows color (decimal): -3509151 or 6386890. OLE color: 6386890.

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

Color convert

RGB 202 116 97 -
CMYK 0 0.43 0.52 0.21
HSL 10.86º 0.5% 0.59% -
HSV(B) 10.86º 0.52% 0.79% -
XYZ 32.76 25.91 14.58 -
YUV 139.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 202 116 97 0 0.43 0.52 0.21 10.86 0.5 0.59
Hex CA 74 61 0 2B 34 15 B 32 3B
Octal 312 164 141 0 53 64 25 13 62 73
Binary 11001010 1110100 1100001 0 101011 110100 10101 1011 110010 111011

Color Harmonies of #CA7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7461

Black with #CA7461

Text Example


Text Example

White with #CA7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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