Html Css Color HEX #CD6D30 Tango

📋 copy color: '#CD6D30'

red 205 ◦ green 109 ◦ blue 48

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

Shades of Tango #CD6D30

Tints of Tango #CD6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 56.63%
G = 30.11%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD6D30 (or 0xCD6D30) is known color: Tango. HEX triplet: CD, 6D and 30. RGB value is (205,109,48). Sum of RGB (Red+Green+Blue) = 205+109+48=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6D30 is #3292CF. Grayscale: #838383. Windows color (decimal): -3314384 or 3173837. OLE color: 3173837.

HSL color Cylindrical-coordinate representation of color #CD6D30: hue angle of 23.31º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD6D30 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 48 -
CMYK 0 0.47 0.77 0.20
HSL 23.31º 0.62% 0.5% -
HSV(B) 23.31º 0.77% 0.8% -
XYZ 31.18 24.13 5.81 -
YUV 130.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 205 109 48 0 0.47 0.77 0.20 23.31 0.62 0.5
Hex CD 6D 30 0 2F 4D 14 17 3E 32
Octal 315 155 60 0 57 115 24 27 76 62
Binary 11001101 1101101 110000 0 101111 1001101 10100 10111 111110 110010

Color Harmonies of #CD6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D30

Black with #CD6D30

Text Example


Text Example

White with #CD6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D30; }

 p { color: rgb(205,109,48); }

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

background-color css

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

 a { background-color: rgb(205,109,48); }

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

border-color css

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

 span { border-color: rgb(205,109,48); }

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