Html Css Color HEX #CA7261 Japonica

📋 copy color: '#CA7261'

red 202 ◦ green 114 ◦ blue 97

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

Shades of Japonica #CA7261

Tints of Japonica #CA7261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.6%

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

R = 48.91%
G = 27.6%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7261 (or 0xCA7261) is known color: Japonica. HEX triplet: CA, 72 and 61. RGB value is (202,114,97). Sum of RGB (Red+Green+Blue) = 202+114+97=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7261 is #358D9E. Grayscale: #8A8A8A. Windows color (decimal): -3509663 or 6386378. OLE color: 6386378.

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

Color convert

RGB 202 114 97 -
CMYK 0 0.44 0.52 0.21
HSL 9.71º 0.5% 0.59% -
HSV(B) 9.71º 0.52% 0.79% -
XYZ 32.53 25.45 14.51 -
YUV 138.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 202 114 97 0 0.44 0.52 0.21 9.71 0.5 0.59
Hex CA 72 61 0 2C 34 15 A 32 3B
Octal 312 162 141 0 54 64 25 12 62 73
Binary 11001010 1110010 1100001 0 101100 110100 10101 1010 110010 111011

Color Harmonies of #CA7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7261

Black with #CA7261

Text Example


Text Example

White with #CA7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7261; }

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

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

background-color css

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

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

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

border-color css

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

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

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