Html Css Color HEX #CA705F Japonica

📋 copy color: '#CA705F'

red 202 ◦ green 112 ◦ blue 95

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

Shades of Japonica #CA705F

Tints of Japonica #CA705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.23%

R = 49.39%
G = 27.38%
B = 23.23%

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

#CA705F (or 0xCA705F) is known color: Japonica. HEX triplet: CA, 70 and 5F. RGB value is (202,112,95). Sum of RGB (Red+Green+Blue) = 202+112+95=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA705F is #358FA0. Grayscale: #898989. Windows color (decimal): -3510177 or 6254794. OLE color: 6254794.

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

Color convert

RGB 202 112 95 -
CMYK 0 0.45 0.53 0.21
HSL 9.53º 0.5% 0.58% -
HSV(B) 9.53º 0.53% 0.79% -
XYZ 32.22 24.97 13.95 -
YUV 136.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 202 112 95 0 0.45 0.53 0.21 9.53 0.5 0.58
Hex CA 70 5F 0 2D 35 15 A 32 3A
Octal 312 160 137 0 55 65 25 12 62 72
Binary 11001010 1110000 1011111 0 101101 110101 10101 1010 110010 111010

Color Harmonies of #CA705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA705F

Black with #CA705F

Text Example


Text Example

White with #CA705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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