Html Css Color HEX #CD6E5A Japonica

📋 copy color: '#CD6E5A'

red 205 ◦ green 110 ◦ blue 90

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

Shades of Japonica #CD6E5A

Tints of Japonica #CD6E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

 BLUE value IS 90 (35.55% from 255) = 22.22%

R = 50.62%
G = 27.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD6E5A (or 0xCD6E5A) is known color: Japonica. HEX triplet: CD, 6E and 5A. RGB value is (205,110,90). Sum of RGB (Red+Green+Blue) = 205+110+90=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E5A is #3291A5. Grayscale: #888888. Windows color (decimal): -3314086 or 5926605. OLE color: 5926605.

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

Color convert

RGB 205 110 90 -
CMYK 0 0.46 0.56 0.20
HSL 10.43º 0.53% 0.58% -
HSV(B) 10.43º 0.56% 0.8% -
XYZ 32.6 24.87 12.75 -
YUV 136.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 205 110 90 0 0.46 0.56 0.20 10.43 0.53 0.58
Hex CD 6E 5A 0 2E 38 14 A 35 3A
Octal 315 156 132 0 56 70 24 12 65 72
Binary 11001101 1101110 1011010 0 101110 111000 10100 1010 110101 111010

Color Harmonies of #CD6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6E5A

Black with #CD6E5A

Text Example


Text Example

White with #CD6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6E5A; }

 p { color: rgb(205,110,90); }

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

background-color css

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

 a { background-color: rgb(205,110,90); }

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

border-color css

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

 span { border-color: rgb(205,110,90); }

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