Html Css Color HEX #CD6F5D Japonica

📋 copy color: '#CD6F5D'

red 205 ◦ green 111 ◦ blue 93

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

Shades of Japonica #CD6F5D

Tints of Japonica #CD6F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

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

R = 50.12%
G = 27.14%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD6F5D (or 0xCD6F5D) is known color: Japonica. HEX triplet: CD, 6F and 5D. RGB value is (205,111,93). Sum of RGB (Red+Green+Blue) = 205+111+93=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F5D is #3290A2. Grayscale: #898989. Windows color (decimal): -3313827 or 6123469. OLE color: 6123469.

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

Color convert

RGB 205 111 93 -
CMYK 0 0.46 0.55 0.20
HSL 9.64º 0.53% 0.58% -
HSV(B) 9.64º 0.55% 0.8% -
XYZ 32.84 25.14 13.48 -
YUV 137.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 205 111 93 0 0.46 0.55 0.20 9.64 0.53 0.58
Hex CD 6F 5D 0 2E 37 14 A 35 3A
Octal 315 157 135 0 56 67 24 12 65 72
Binary 11001101 1101111 1011101 0 101110 110111 10100 1010 110101 111010

Color Harmonies of #CD6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6F5D

Black with #CD6F5D

Text Example


Text Example

White with #CD6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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