Html Css Color HEX #CD6C5D Japonica

📋 copy color: '#CD6C5D'

red 205 ◦ green 108 ◦ blue 93

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

Shades of Japonica #CD6C5D

Tints of Japonica #CD6C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 50.49%
G = 26.6%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD6C5D (or 0xCD6C5D) is known color: Japonica. HEX triplet: CD, 6C and 5D. RGB value is (205,108,93). Sum of RGB (Red+Green+Blue) = 205+108+93=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C5D is #3293A2. Grayscale: #878787. Windows color (decimal): -3314595 or 6122701. OLE color: 6122701.

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

Color convert

RGB 205 108 93 -
CMYK 0 0.47 0.55 0.20
HSL 8.04º 0.53% 0.58% -
HSV(B) 8.04º 0.55% 0.8% -
XYZ 32.52 24.49 13.37 -
YUV 135.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 205 108 93 0 0.47 0.55 0.20 8.04 0.53 0.58
Hex CD 6C 5D 0 2F 37 14 8 35 3A
Octal 315 154 135 0 57 67 24 10 65 72
Binary 11001101 1101100 1011101 0 101111 110111 10100 1000 110101 111010

Color Harmonies of #CD6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C5D

Black with #CD6C5D

Text Example


Text Example

White with #CD6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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