Html Css Color HEX #CA7858 Japonica

📋 copy color: '#CA7858'

red 202 ◦ green 120 ◦ blue 88

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

Shades of Japonica #CA7858

Tints of Japonica #CA7858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.27%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 49.27%
G = 29.27%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA7858 (or 0xCA7858) is known color: Japonica. HEX triplet: CA, 78 and 58. RGB value is (202,120,88). Sum of RGB (Red+Green+Blue) = 202+120+88=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7858 is #3587A7. Grayscale: #8D8D8D. Windows color (decimal): -3508136 or 5798090. OLE color: 5798090.

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

Color convert

RGB 202 120 88 -
CMYK 0 0.41 0.56 0.21
HSL 16.84º 0.52% 0.57% -
HSV(B) 16.84º 0.56% 0.79% -
XYZ 32.84 26.69 12.65 -
YUV 140.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 202 120 88 0 0.41 0.56 0.21 16.84 0.52 0.57
Hex CA 78 58 0 29 38 15 11 34 39
Octal 312 170 130 0 51 70 25 21 64 71
Binary 11001010 1111000 1011000 0 101001 111000 10101 10001 110100 111001

Color Harmonies of #CA7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7858

Black with #CA7858

Text Example


Text Example

White with #CA7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7858; }

 p { color: rgb(202,120,88); }

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

background-color css

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

 a { background-color: rgb(202,120,88); }

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

border-color css

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

 span { border-color: rgb(202,120,88); }

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