Html Css Color HEX #CD705E Japonica

📋 copy color: '#CD705E'

red 205 ◦ green 112 ◦ blue 94

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

Shades of Japonica #CD705E

Tints of Japonica #CD705E

RGB

 RED value IS 205 (80.47% from 255) = 49.88%

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

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

R = 49.88%
G = 27.25%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD705E (or 0xCD705E) is known color: Japonica. HEX triplet: CD, 70 and 5E. RGB value is (205,112,94). Sum of RGB (Red+Green+Blue) = 205+112+94=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD705E is #328FA1. Grayscale: #898989. Windows color (decimal): -3313570 or 6189261. OLE color: 6189261.

HSL color Cylindrical-coordinate representation of color #CD705E: hue angle of 9.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD705E is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 94 -
CMYK 0 0.45 0.54 0.20
HSL 9.73º 0.53% 0.59% -
HSV(B) 9.73º 0.54% 0.8% -
XYZ 32.99 25.38 13.75 -
YUV 137.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 205 112 94 0 0.45 0.54 0.20 9.73 0.53 0.59
Hex CD 70 5E 0 2D 36 14 A 35 3B
Octal 315 160 136 0 55 66 24 12 65 73
Binary 11001101 1110000 1011110 0 101101 110110 10100 1010 110101 111011

Color Harmonies of #CD705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD705E

Black with #CD705E

Text Example


Text Example

White with #CD705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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