Html Css Color HEX #CA7561 Japonica

📋 copy color: '#CA7561'

red 202 ◦ green 117 ◦ blue 97

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

Shades of Japonica #CA7561

Tints of Japonica #CA7561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 48.56%
G = 28.13%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7561 (or 0xCA7561) is known color: Japonica. HEX triplet: CA, 75 and 61. RGB value is (202,117,97). Sum of RGB (Red+Green+Blue) = 202+117+97=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7561 is #358A9E. Grayscale: #8C8C8C. Windows color (decimal): -3508895 or 6387146. OLE color: 6387146.

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

Color convert

RGB 202 117 97 -
CMYK 0 0.42 0.52 0.21
HSL 11.43º 0.5% 0.59% -
HSV(B) 11.43º 0.52% 0.79% -
XYZ 32.88 26.14 14.62 -
YUV 140.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 202 117 97 0 0.42 0.52 0.21 11.43 0.5 0.59
Hex CA 75 61 0 2A 34 15 B 32 3B
Octal 312 165 141 0 52 64 25 13 62 73
Binary 11001010 1110101 1100001 0 101010 110100 10101 1011 110010 111011

Color Harmonies of #CA7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7561

Black with #CA7561

Text Example


Text Example

White with #CA7561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7561; }

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

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

background-color css

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

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

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

border-color css

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

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

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