Html Css Color HEX #CD715B Japonica

📋 copy color: '#CD715B'

red 205 ◦ green 113 ◦ blue 91

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

Shades of Japonica #CD715B

Tints of Japonica #CD715B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 50.12%
G = 27.63%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD715B (or 0xCD715B) is known color: Japonica. HEX triplet: CD, 71 and 5B. RGB value is (205,113,91). Sum of RGB (Red+Green+Blue) = 205+113+91=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD715B is #328EA4. Grayscale: #8A8A8A. Windows color (decimal): -3313317 or 5992909. OLE color: 5992909.

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

Color convert

RGB 205 113 91 -
CMYK 0 0.45 0.56 0.20
HSL 11.58º 0.53% 0.58% -
HSV(B) 11.58º 0.56% 0.8% -
XYZ 32.97 25.54 13.09 -
YUV 138 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 205 113 91 0 0.45 0.56 0.20 11.58 0.53 0.58
Hex CD 71 5B 0 2D 38 14 C 35 3A
Octal 315 161 133 0 55 70 24 14 65 72
Binary 11001101 1110001 1011011 0 101101 111000 10100 1100 110101 111010

Color Harmonies of #CD715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD715B

Black with #CD715B

Text Example


Text Example

White with #CD715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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