Html Css Color HEX #CD630B Tenne (Tawny)

📋 copy color: '#CD630B'

red 205 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #CD630B

Tints of Tenne (Tawny) #CD630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 65.08%
G = 31.43%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD630B (or 0xCD630B) is known color: Tenne (Tawny). HEX triplet: CD, 63 and 0B. RGB value is (205,99,11). Sum of RGB (Red+Green+Blue) = 205+99+11=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD630B is #329CF4. Grayscale: #797979. Windows color (decimal): -3316981 or 746445. OLE color: 746445.

HSL color Cylindrical-coordinate representation of color #CD630B: hue angle of 27.22º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD630B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 99 11 -
CMYK 0 0.52 0.95 0.20
HSL 27.22º 0.9% 0.42% -
HSV(B) 27.22º 0.95% 0.8% -
XYZ 29.7 21.93 2.98 -
YUV 120.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 205 99 11 0 0.52 0.95 0.20 27.22 0.9 0.42
Hex CD 63 B 0 34 5F 14 1B 5A 2A
Octal 315 143 13 0 64 137 24 33 132 52
Binary 11001101 1100011 1011 0 110100 1011111 10100 11011 1011010 101010

Color Harmonies of #CD630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD630B

Black with #CD630B

Text Example


Text Example

White with #CD630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD630B; }

 p { color: rgb(205,99,11); }

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

background-color css

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

 a { background-color: rgb(205,99,11); }

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

border-color css

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

 span { border-color: rgb(205,99,11); }

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