Html Css Color HEX #CA7257 Japonica

📋 copy color: '#CA7257'

red 202 ◦ green 114 ◦ blue 87

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

Shades of Japonica #CA7257

Tints of Japonica #CA7257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.59%

R = 50.12%
G = 28.29%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA7257 (or 0xCA7257) is known color: Japonica. HEX triplet: CA, 72 and 57. RGB value is (202,114,87). Sum of RGB (Red+Green+Blue) = 202+114+87=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7257 is #358DA8. Grayscale: #898989. Windows color (decimal): -3509673 or 5731018. OLE color: 5731018.

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

Color convert

RGB 202 114 87 -
CMYK 0 0.44 0.57 0.21
HSL 14.09º 0.52% 0.57% -
HSV(B) 14.09º 0.57% 0.79% -
XYZ 32.09 25.28 12.2 -
YUV 137.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 202 114 87 0 0.44 0.57 0.21 14.09 0.52 0.57
Hex CA 72 57 0 2C 39 15 E 34 39
Octal 312 162 127 0 54 71 25 16 64 71
Binary 11001010 1110010 1010111 0 101100 111001 10101 1110 110100 111001

Color Harmonies of #CA7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7257

Black with #CA7257

Text Example


Text Example

White with #CA7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7257; }

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

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

background-color css

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

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

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

border-color css

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

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

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