Html Css Color HEX #CA7153 Japonica

📋 copy color: '#CA7153'

red 202 ◦ green 113 ◦ blue 83

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

Shades of Japonica #CA7153

Tints of Japonica #CA7153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.85%

R = 50.75%
G = 28.39%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA7153 (or 0xCA7153) is known color: Japonica. HEX triplet: CA, 71 and 53. RGB value is (202,113,83). Sum of RGB (Red+Green+Blue) = 202+113+83=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7153 is #358EAC. Grayscale: #888888. Windows color (decimal): -3509933 or 5468618. OLE color: 5468618.

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

Color convert

RGB 202 113 83 -
CMYK 0 0.44 0.59 0.21
HSL 15.13º 0.53% 0.56% -
HSV(B) 15.13º 0.59% 0.79% -
XYZ 31.82 24.99 11.33 -
YUV 136.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 202 113 83 0 0.44 0.59 0.21 15.13 0.53 0.56
Hex CA 71 53 0 2C 3B 15 F 35 38
Octal 312 161 123 0 54 73 25 17 65 70
Binary 11001010 1110001 1010011 0 101100 111011 10101 1111 110101 111000

Color Harmonies of #CA7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7153

Black with #CA7153

Text Example


Text Example

White with #CA7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7153; }

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

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

background-color css

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

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

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

border-color css

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

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

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