Html Css Color HEX #CA7958 Japonica

📋 copy color: '#CA7958'

red 202 ◦ green 121 ◦ blue 88

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

Shades of Japonica #CA7958

Tints of Japonica #CA7958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.44%

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

R = 49.15%
G = 29.44%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA7958 (or 0xCA7958) is known color: Japonica. HEX triplet: CA, 79 and 58. RGB value is (202,121,88). Sum of RGB (Red+Green+Blue) = 202+121+88=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7958 is #3586A7. Grayscale: #8D8D8D. Windows color (decimal): -3507880 or 5798346. OLE color: 5798346.

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

Color convert

RGB 202 121 88 -
CMYK 0 0.40 0.56 0.21
HSL 17.37º 0.52% 0.57% -
HSV(B) 17.37º 0.56% 0.79% -
XYZ 32.96 26.94 12.69 -
YUV 141.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 202 121 88 0 0.40 0.56 0.21 17.37 0.52 0.57
Hex CA 79 58 0 28 38 15 11 34 39
Octal 312 171 130 0 50 70 25 21 64 71
Binary 11001010 1111001 1011000 0 101000 111000 10101 10001 110100 111001

Color Harmonies of #CA7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7958

Black with #CA7958

Text Example


Text Example

White with #CA7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7958; }

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

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

background-color css

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

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

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

border-color css

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

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

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