Html Css Color HEX #CD6A5E Japonica

📋 copy color: '#CD6A5E'

red 205 ◦ green 106 ◦ blue 94

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

Shades of Japonica #CD6A5E

Tints of Japonica #CD6A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 50.62%
G = 26.17%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD6A5E (or 0xCD6A5E) is known color: Japonica. HEX triplet: CD, 6A and 5E. RGB value is (205,106,94). Sum of RGB (Red+Green+Blue) = 205+106+94=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A5E is #3295A1. Grayscale: #868686. Windows color (decimal): -3315106 or 6187725. OLE color: 6187725.

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

Color convert

RGB 205 106 94 -
CMYK 0 0.48 0.54 0.20
HSL 6.49º 0.53% 0.59% -
HSV(B) 6.49º 0.54% 0.8% -
XYZ 32.35 24.1 13.54 -
YUV 134.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 205 106 94 0 0.48 0.54 0.20 6.49 0.53 0.59
Hex CD 6A 5E 0 30 36 14 6 35 3B
Octal 315 152 136 0 60 66 24 6 65 73
Binary 11001101 1101010 1011110 0 110000 110110 10100 110 110101 111011

Color Harmonies of #CD6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A5E

Black with #CD6A5E

Text Example


Text Example

White with #CD6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A5E; }

 p { color: rgb(205,106,94); }

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

background-color css

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

 a { background-color: rgb(205,106,94); }

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

border-color css

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

 span { border-color: rgb(205,106,94); }

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