Html Css Color HEX #CA7155 Japonica

📋 copy color: '#CA7155'

red 202 ◦ green 113 ◦ blue 85

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

Shades of Japonica #CA7155

Tints of Japonica #CA7155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 50.5%
G = 28.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA7155 (or 0xCA7155) is known color: Japonica. HEX triplet: CA, 71 and 55. RGB value is (202,113,85). Sum of RGB (Red+Green+Blue) = 202+113+85=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7155 is #358EAA. Grayscale: #888888. Windows color (decimal): -3509931 or 5599690. OLE color: 5599690.

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

Color convert

RGB 202 113 85 -
CMYK 0 0.44 0.58 0.21
HSL 14.36º 0.52% 0.56% -
HSV(B) 14.36º 0.58% 0.79% -
XYZ 31.9 25.02 11.74 -
YUV 136.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 202 113 85 0 0.44 0.58 0.21 14.36 0.52 0.56
Hex CA 71 55 0 2C 3A 15 E 34 38
Octal 312 161 125 0 54 72 25 16 64 70
Binary 11001010 1110001 1010101 0 101100 111010 10101 1110 110100 111000

Color Harmonies of #CA7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7155

Black with #CA7155

Text Example


Text Example

White with #CA7155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7155; }

 p { color: rgb(202,113,85); }

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

background-color css

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

 a { background-color: rgb(202,113,85); }

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

border-color css

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

 span { border-color: rgb(202,113,85); }

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