Html Css Color HEX #CD705C Japonica

📋 copy color: '#CD705C'

red 205 ◦ green 112 ◦ blue 92

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

Shades of Japonica #CD705C

Tints of Japonica #CD705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 50.12%
G = 27.38%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD705C (or 0xCD705C) is known color: Japonica. HEX triplet: CD, 70 and 5C. RGB value is (205,112,92). Sum of RGB (Red+Green+Blue) = 205+112+92=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD705C is #328FA3. Grayscale: #898989. Windows color (decimal): -3313572 or 6058189. OLE color: 6058189.

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

Color convert

RGB 205 112 92 -
CMYK 0 0.45 0.55 0.20
HSL 10.62º 0.53% 0.58% -
HSV(B) 10.62º 0.55% 0.8% -
XYZ 32.9 25.34 13.28 -
YUV 137.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 205 112 92 0 0.45 0.55 0.20 10.62 0.53 0.58
Hex CD 70 5C 0 2D 37 14 B 35 3A
Octal 315 160 134 0 55 67 24 13 65 72
Binary 11001101 1110000 1011100 0 101101 110111 10100 1011 110101 111010

Color Harmonies of #CD705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD705C

Black with #CD705C

Text Example


Text Example

White with #CD705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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