Html Css Color HEX #CA705B Japonica

📋 copy color: '#CA705B'

red 202 ◦ green 112 ◦ blue 91

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

Shades of Japonica #CA705B

Tints of Japonica #CA705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 49.88%
G = 27.65%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA705B (or 0xCA705B) is known color: Japonica. HEX triplet: CA, 70 and 5B. RGB value is (202,112,91). Sum of RGB (Red+Green+Blue) = 202+112+91=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA705B is #358FA4. Grayscale: #888888. Windows color (decimal): -3510181 or 5992650. OLE color: 5992650.

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

Color convert

RGB 202 112 91 -
CMYK 0 0.45 0.55 0.21
HSL 11.35º 0.51% 0.57% -
HSV(B) 11.35º 0.55% 0.79% -
XYZ 32.04 24.9 13.02 -
YUV 136.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 202 112 91 0 0.45 0.55 0.21 11.35 0.51 0.57
Hex CA 70 5B 0 2D 37 15 B 33 39
Octal 312 160 133 0 55 67 25 13 63 71
Binary 11001010 1110000 1011011 0 101101 110111 10101 1011 110011 111001

Color Harmonies of #CA705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA705B

Black with #CA705B

Text Example


Text Example

White with #CA705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA705B; }

 p { color: rgb(202,112,91); }

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

background-color css

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

 a { background-color: rgb(202,112,91); }

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

border-color css

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

 span { border-color: rgb(202,112,91); }

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