Html Css Color HEX #CD795D Japonica

📋 copy color: '#CD795D'

red 205 ◦ green 121 ◦ blue 93

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

Shades of Japonica #CD795D

Tints of Japonica #CD795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 48.93%
G = 28.88%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD795D (or 0xCD795D) is known color: Japonica. HEX triplet: CD, 79 and 5D. RGB value is (205,121,93). Sum of RGB (Red+Green+Blue) = 205+121+93=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD795D is #3286A2. Grayscale: #8F8F8F. Windows color (decimal): -3311267 or 6126029. OLE color: 6126029.

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

Color convert

RGB 205 121 93 -
CMYK 0 0.41 0.55 0.20
HSL 15º 0.53% 0.58% -
HSV(B) 15º 0.55% 0.8% -
XYZ 33.99 27.44 13.86 -
YUV 142.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 205 121 93 0 0.41 0.55 0.20 15 0.53 0.58
Hex CD 79 5D 0 29 37 14 F 35 3A
Octal 315 171 135 0 51 67 24 17 65 72
Binary 11001101 1111001 1011101 0 101001 110111 10100 1111 110101 111010

Color Harmonies of #CD795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD795D

Black with #CD795D

Text Example


Text Example

White with #CD795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD795D; }

 p { color: rgb(205,121,93); }

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

background-color css

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

 a { background-color: rgb(205,121,93); }

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

border-color css

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

 span { border-color: rgb(205,121,93); }

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