Html Css Color HEX #CD6A57 Japonica

📋 copy color: '#CD6A57'

red 205 ◦ green 106 ◦ blue 87

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

Shades of Japonica #CD6A57

Tints of Japonica #CD6A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 51.51%
G = 26.63%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD6A57 (or 0xCD6A57) is known color: Japonica. HEX triplet: CD, 6A and 57. RGB value is (205,106,87). Sum of RGB (Red+Green+Blue) = 205+106+87=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A57 is #3295A8. Grayscale: #858585. Windows color (decimal): -3315113 or 5728973. OLE color: 5728973.

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

Color convert

RGB 205 106 87 -
CMYK 0 0.48 0.58 0.20
HSL 9.66º 0.54% 0.57% -
HSV(B) 9.66º 0.58% 0.8% -
XYZ 32.05 23.98 11.96 -
YUV 133.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 205 106 87 0 0.48 0.58 0.20 9.66 0.54 0.57
Hex CD 6A 57 0 30 3A 14 A 36 39
Octal 315 152 127 0 60 72 24 12 66 71
Binary 11001101 1101010 1010111 0 110000 111010 10100 1010 110110 111001

Color Harmonies of #CD6A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A57

Black with #CD6A57

Text Example


Text Example

White with #CD6A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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