Html Css Color HEX #CD715C Japonica

📋 copy color: '#CD715C'

red 205 ◦ green 113 ◦ blue 92

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

Shades of Japonica #CD715C

Tints of Japonica #CD715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

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

R = 50%
G = 27.56%
B = 22.44%

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

#CD715C (or 0xCD715C) is known color: Japonica. HEX triplet: CD, 71 and 5C. RGB value is (205,113,92). Sum of RGB (Red+Green+Blue) = 205+113+92=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD715C is #328EA3. Grayscale: #8A8A8A. Windows color (decimal): -3313316 or 6058445. OLE color: 6058445.

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

Color convert

RGB 205 113 92 -
CMYK 0 0.45 0.55 0.20
HSL 11.15º 0.53% 0.58% -
HSV(B) 11.15º 0.55% 0.8% -
XYZ 33.01 25.56 13.32 -
YUV 138.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 205 113 92 0 0.45 0.55 0.20 11.15 0.53 0.58
Hex CD 71 5C 0 2D 37 14 B 35 3A
Octal 315 161 134 0 55 67 24 13 65 72
Binary 11001101 1110001 1011100 0 101101 110111 10100 1011 110101 111010

Color Harmonies of #CD715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD715C

Black with #CD715C

Text Example


Text Example

White with #CD715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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