Html Css Color HEX #CD600C Tenne (Tawny)

📋 copy color: '#CD600C'

red 205 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #CD600C

Tints of Tenne (Tawny) #CD600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 65.5%
G = 30.67%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD600C (or 0xCD600C) is known color: Tenne (Tawny). HEX triplet: CD, 60 and 0C. RGB value is (205,96,12). Sum of RGB (Red+Green+Blue) = 205+96+12=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD600C is #329FF3. Grayscale: #777777. Windows color (decimal): -3317748 or 811213. OLE color: 811213.

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

Color convert

RGB 205 96 12 -
CMYK 0 0.53 0.94 0.20
HSL 26.11º 0.89% 0.43% -
HSV(B) 26.11º 0.94% 0.8% -
XYZ 29.43 21.37 2.92 -
YUV 119.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 205 96 12 0 0.53 0.94 0.20 26.11 0.89 0.43
Hex CD 60 C 0 35 5E 14 1A 59 2B
Octal 315 140 14 0 65 136 24 32 131 53
Binary 11001101 1100000 1100 0 110101 1011110 10100 11010 1011001 101011

Color Harmonies of #CD600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD600C

Black with #CD600C

Text Example


Text Example

White with #CD600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD600C; }

 p { color: rgb(205,96,12); }

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

background-color css

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

 a { background-color: rgb(205,96,12); }

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

border-color css

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

 span { border-color: rgb(205,96,12); }

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