Html Css Color HEX #CA705E Japonica

📋 copy color: '#CA705E'

red 202 ◦ green 112 ◦ blue 94

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

Shades of Japonica #CA705E

Tints of Japonica #CA705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 49.51%
G = 27.45%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA705E (or 0xCA705E) is known color: Japonica. HEX triplet: CA, 70 and 5E. RGB value is (202,112,94). Sum of RGB (Red+Green+Blue) = 202+112+94=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA705E is #358FA1. Grayscale: #898989. Windows color (decimal): -3510178 or 6189258. OLE color: 6189258.

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

Color convert

RGB 202 112 94 -
CMYK 0 0.45 0.53 0.21
HSL 10º 0.5% 0.58% -
HSV(B) 10º 0.53% 0.79% -
XYZ 32.17 24.95 13.71 -
YUV 136.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 202 112 94 0 0.45 0.53 0.21 10 0.5 0.58
Hex CA 70 5E 0 2D 35 15 A 32 3A
Octal 312 160 136 0 55 65 25 12 62 72
Binary 11001010 1110000 1011110 0 101101 110101 10101 1010 110010 111010

Color Harmonies of #CA705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA705E

Black with #CA705E

Text Example


Text Example

White with #CA705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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